lock pytorch nightly version (#4469)

This commit is contained in:
Jeff Yang 2020-11-02 00:47:51 +06:30 committed by GitHub
parent 839813eb7b
commit d537485e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ dependencies:
- python>=3.6
- pip>20.1
- numpy>=1.16.4
- pytorch>=1.3
- pytorch>=1.3,<1.8
- future>=0.17.1
- PyYAML>=5.1
- tqdm>=4.41.0
@ -41,7 +41,7 @@ dependencies:
- torchtext>=0.3.1
# Examples
- torchvision>=0.4.1
- torchvision>=0.4.1,<0.9.0
- pip:
- test-tube>=0.7.5

View File

@ -1,7 +1,7 @@
# the default package dependencies
numpy>=1.16.4
torch>=1.3
torch>=1.3,<1.8
future>=0.17.1 # required for builtins in setup.py
# pyyaml>=3.13
PyYAML>=5.1 # OmegaConf requirement >=5.1

View File

@ -1,2 +1,2 @@
torchvision>=0.4.1
torchvision>=0.4.1,<0.9.0
gym>=0.17.0