ソースを参照

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

### 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 <haijin.chn@gmail.com>
tags/v0.16.0
Jin Hai 10ヶ月前
コミット
439d20e41f
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更450行の追加579行の削除
  1. 448
    577
      poetry.lock
  2. 2
    2
      pyproject.toml

+ 448
- 577
poetry.lock
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 2
- 2
pyproject.toml ファイルの表示

@@ -120,8 +120,8 @@ mini-racer = "^0.12.4"
pyodbc = "^5.2.0"
pyicu = "^2.13.1"
flasgger = "^0.9.7.1"
polars = { version = "^1.9.0", markers = "platform_machine == 'x86_64'" }
polars-lts-cpu = { version = "^1.9.0", markers = "platform_machine == 'arm64'" }
#polars = { version = "^1.9.0", markers = "platform_machine == 'x86_64'" }
polars-lts-cpu = "^1.9.0"
xxhash = "^3.5.0"



読み込み中…
キャンセル
保存