Skip to content

Commit

Permalink
Fix windows and linux eager build to torch 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilBrady committed Jun 29, 2022
1 parent 9be2b60 commit e48b980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--pre
-f https://download.pytorch.org/whl/cpu/torch_stable.html
torch>=1.10.0
torch==1.11.0
setuptools>=41.4.0
cerberus
h5py
Expand Down
3 changes: 1 addition & 2 deletions tools/ci_build/github/windows/eager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ setuptools
wheel
numpy
typing_extensions
torch

torch==1.11.0

0 comments on commit e48b980

Please sign in to comment.