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:
Zhichang Yu
2024-11-27 09:32:41 +08:00
committed by GitHub
parent ee37ee3d28
commit d61bbe6750
2 changed files with 47 additions and 5 deletions

View File

@ -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]