Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jun 26, 2024
1 parent 3c0b407 commit 2278aa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ onnx==1.16.1
astunparse
expecttest!=0.2.0
hypothesis
numpy
numpy==1.21.6 ; python_version < '3.9'
numpy==2.0.0 ; python_version >= '3.9'
psutil
pyyaml
requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ setuptools>=68.2.2
cerberus
h5py
scikit-learn
numpy
numpy==1.21.6 ; python_version < '3.9'
numpy==2.0.0 ; python_version >= '3.9'
pandas
parameterized
3 changes: 2 additions & 1 deletion tools/ci_build/github/windows/eager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools
wheel
numpy
numpy==1.21.6 ; python_version < '3.9'
numpy==2.0.0 ; python_version >= '3.9'
typing_extensions
torch==1.13.1
parameterized

0 comments on commit 2278aa4

Please sign in to comment.