Skip to content

Commit

Permalink
pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jun 26, 2024
1 parent dc40f29 commit ee48d03
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy==2.0.0
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy==2.0.0
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy==2.0.0
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ onnx==1.16.1
astunparse
expecttest!=0.2.0
hypothesis
numpy
numpy==2.0.0
psutil
pyyaml
requests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy==2.0.0
mypy
pytest
setuptools>=68.2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy
numpy==2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ setuptools>=68.2.2
cerberus
h5py
scikit-learn
numpy
numpy==2.0.0
pandas
parameterized
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas
scikit-learn
numpy
numpy==2.0.0
transformers==v4.36.0
accelerate==0.25.0
rsa==4.9
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_build/github/windows/eager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools
wheel
numpy
numpy==2.0.0
typing_extensions
torch==1.13.1
parameterized

0 comments on commit ee48d03

Please sign in to comment.