File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
2626 - python>=3.6
2727 - pip>20.1
2828 - numpy>=1.16.4
29- - pytorch>=1.3
29+ - pytorch>=1.3,<1.8
3030 - future>=0.17.1
3131 - PyYAML>=5.1
3232 - tqdm>=4.41.0
@@ -41,7 +41,7 @@ dependencies:
4141 - torchtext>=0.3.1
4242
4343 # Examples
44- - torchvision>=0.4.1
44+ - torchvision>=0.4.1,<0.9.0
4545
4646 - pip :
4747 - test-tube>=0.7.5
Original file line number Diff line number Diff line change 11# the default package dependencies
22
33numpy >= 1.16.4
4- torch >= 1.3
4+ torch >= 1.3 , < 1.8
55future >= 0.17.1 # required for builtins in setup.py
66# pyyaml>=3.13
77PyYAML >= 5.1 # OmegaConf requirement >=5.1
Original file line number Diff line number Diff line change 1- torchvision>=0.4.1
1+ torchvision>=0.4.1,<0.9.0
22gym>=0.17.0
You can’t perform that action at this time.
0 commit comments