Fix windows eager build break by pinning to torch version 1.11.0 (#12033)

Fix windows and linux eager build to torch 1.11.0.
This commit is contained in:
Wil Brady 2022-06-30 07:01:13 -04:00 committed by GitHub
parent 04f7c2deda
commit fdf12a5c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -2,5 +2,4 @@ setuptools
wheel
numpy
typing_extensions
torch
torch==1.11.0