Skip to content

Commit

Permalink
Freeze PyTorch to ver 1.7.1
Browse files Browse the repository at this point in the history
Temporarily freeze PyTorch to version 1.7.1, since 1.8 have some unsolved issues - i.e. [#53485](pytorch/pytorch#53485)
  • Loading branch information
Hananel-Hazan committed Mar 8, 2021
1 parent eafd25b commit 2eb3aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ foolbox
scipy>=1.1.0
numpy>=1.14.2
cython>=0.28.5
torch>=1.5.1
torchvision>=0.6.1
torch==1.7.1
torchvision==0.8.2
tqdm>=4.19.9
setuptools>=39.0.1
matplotlib>=2.1.0
Expand Down

0 comments on commit 2eb3aa5

Please sign in to comment.