Skip to content

Commit

Permalink
lock pytorch nightly version (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang authored Nov 1, 2020
1 parent 839813e commit d537485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/examples.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torchvision>=0.4.1
torchvision>=0.4.1,<0.9.0
gym>=0.17.0

0 comments on commit d537485

Please sign in to comment.