update numpy and numba dependencies (#2473)

This commit is contained in:
Ilya Matiach 2023-12-27 17:26:00 -05:00 коммит произвёл GitHub
Родитель 6ab9f0a77d
Коммит 07d19b351d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/CI-notebook-vision.yml поставляемый
Просмотреть файл

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