Skip to content

Commit eafd25b

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 db5400c commit eafd25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
zip_safe=False,
1818
install_requires=[
1919
"numpy>=1.14.2",
20-
"torch>=1.5.1",
21-
"torchvision>=0.6.1",
20+
"torch==1.7.1",
21+
"torchvision==0.8.2",
2222
"tensorboardX>=1.7",
2323
"tqdm>=4.19.9",
2424
"matplotlib>=2.1.0",

0 commit comments

Comments
 (0)