jinhai-2012 commited on
Commit
ac557fe
·
1 Parent(s): 186246a

Use LTS polars to resolve some machines don't support AVX CPU flag (#4364)

Browse files

### What problem does this PR solve?

Some old types of machine or virtual machine doesn't support AVX CPU
flag. This PR is to use lts polars module to avoid this fault.

fix issue: #4349

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Refactoring

Signed-off-by: jinhai <[email protected]>

Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +2 -2
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -120,8 +120,8 @@ mini-racer = "^0.12.4"
120
  pyodbc = "^5.2.0"
121
  pyicu = "^2.13.1"
122
  flasgger = "^0.9.7.1"
123
- polars = { version = "^1.9.0", markers = "platform_machine == 'x86_64'" }
124
- polars-lts-cpu = { version = "^1.9.0", markers = "platform_machine == 'arm64'" }
125
  xxhash = "^3.5.0"
126
 
127
 
 
120
  pyodbc = "^5.2.0"
121
  pyicu = "^2.13.1"
122
  flasgger = "^0.9.7.1"
123
+ #polars = { version = "^1.9.0", markers = "platform_machine == 'x86_64'" }
124
+ polars-lts-cpu = "^1.9.0"
125
  xxhash = "^3.5.0"
126
 
127