lock pytorch nightly version (#4469)
This commit is contained in:
parent
839813eb7b
commit
d537485e41
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
torchvision>=0.4.1
|
||||
torchvision>=0.4.1,<0.9.0
|
||||
gym>=0.17.0
|
Loading…
Reference in New Issue