Skip to content

Commit

Permalink
Update numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Dec 16, 2023
1 parent 9974d4f commit 5e87a2d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
numpy==1.24.2 ; python_version == '3.11'
numpy==1.26.0 ; python_version >= '3.12'
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
numpy==1.24.2 ; python_version == '3.11'
numpy==1.26.0 ; python_version >= '3.12'
mypy
pytest
setuptools>=68.2.2
Expand Down
3 changes: 2 additions & 1 deletion tools/ci_build/github/linux/docker/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cerberus
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
numpy==1.24.2 ; python_version == '3.11'
numpy==1.26.0 ; python_version >= '3.12'
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
numpy==1.24.2 ; python_version == '3.11'
numpy==1.26.0 ; python_version >= '3.12'
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pandas
scikit-learn
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
numpy==1.24.2 ; python_version == '3.11'
numpy==1.26.0 ; python_version >= '3.12'
transformers==v4.30.0
accelerate
rsa==4.9
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# packages used by transformers python unittest (only enabled in Linux CPU CI Pipeline)
packaging
protobuf==3.20.2
numpy==1.24.0
numpy==1.26.0
coloredlogs==15.0
transformers==4.30.0
psutil
Expand Down

0 comments on commit 5e87a2d

Please sign in to comment.