moving from torch nightly build to stable build (#10150)

* moving from torch nightly build to stable build

* using torch cpu version

* using torch cpu version from link
This commit is contained in:
Abhishek Jindal 2021-12-29 19:35:10 -08:00 committed by GitHub
parent 3bc91c2151
commit d5742f3a43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
--pre
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
torch>=1.9.0
-f https://download.pytorch.org/whl/cpu/torch_stable.html
torch>=1.10.0
setuptools>=41.4.0
cerberus
h5py
sklearn
numpy
pandas