Skip to content

Commit

Permalink
update numpy and numba dependencies (microsoft#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Dec 27, 2023
1 parent 6ab9f0a commit 07d19b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-notebook-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion raiwidgets/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions responsibleai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07d19b3

Please sign in to comment.