mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Use polars-lts-cpu on arm64 (#3667)
### What problem does this PR solve? Use polars-lts-cpu on arm64 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -118,7 +118,8 @@ pymysql = "^1.1.1"
|
||||
mini-racer = "^0.12.4"
|
||||
pyicu = "^2.13.1"
|
||||
flasgger = "^0.9.7.1"
|
||||
polars = "^1.9.0"
|
||||
polars = { version = "^1.9.0", markers = "platform_machine == 'x86_64'" }
|
||||
polars-lts-cpu = { version = "^1.9.0", markers = "platform_machine == 'arm64'" }
|
||||
|
||||
|
||||
[tool.poetry.group.full]
|
||||
|
||||
Reference in New Issue
Block a user