update numpy and numba dependencies (#2473)
This commit is contained in:
Родитель
6ab9f0a77d
Коммит
07d19b351d
|
@ -99,7 +99,7 @@ jobs:
|
|||
shell: bash -l {0}
|
||||
run: |
|
||||
pip install --force-reinstall pyarrow==11.0.0
|
||||
pip install "numpy<=1.22.4"
|
||||
pip install "numpy<=1.26.2"
|
||||
|
||||
- name: Pip freeze
|
||||
shell: bash -l {0}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
numpy>=1.17.2,<1.24.0
|
||||
numpy>=1.17.2,<=1.26.2
|
||||
pandas>=0.25.1,<2.0.0
|
||||
scipy>=1.4.1
|
||||
rai-core-flask==0.7.2
|
||||
|
|
|
@ -5,8 +5,8 @@ jsonschema
|
|||
erroranalysis>=0.5.3
|
||||
interpret-community>=0.30.0
|
||||
lightgbm>=2.0.11
|
||||
numpy>=1.17.2,<1.24.0
|
||||
numba<=0.55.2
|
||||
numpy>=1.17.2,<=1.26.2
|
||||
numba<=0.58.1
|
||||
pandas>=0.25.1,<2.0.0
|
||||
scikit-learn>=0.22.1,!=1.1 # See PR 1429 about upper bound
|
||||
scipy>=1.4.1
|
||||
|
|
Загрузка…
Ссылка в новой задаче