Skip to content

Commit 2eb3aa5

Browse files
Freeze PyTorch to ver 1.7.1
Temporarily freeze PyTorch to version 1.7.1, since 1.8 have some unsolved issues - i.e. [#53485](pytorch/pytorch#53485)
1 parent eafd25b commit 2eb3aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ foolbox
22
scipy>=1.1.0
33
numpy>=1.14.2
44
cython>=0.28.5
5-
torch>=1.5.1
6-
torchvision>=0.6.1
5+
torch==1.7.1
6+
torchvision==0.8.2
77
tqdm>=4.19.9
88
setuptools>=39.0.1
99
matplotlib>=2.1.0

0 commit comments

Comments
 (0)