Skip to content

Commit 9a945a3

Browse files
Merge pull request #477 from danielgafni/pytorch-version-update
pytorch 1.7 -> 1.8
2 parents d3eca0d + 4f0ebfd commit 9a945a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.7.1
6-
torchvision==0.8.2
5+
torch==1.8.1
6+
torchvision==0.9.1
77
tqdm>=4.19.9
88
setuptools>=39.0.1
99
matplotlib>=2.1.0

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.7.1",
21-
"torchvision==0.8.2",
20+
"torch==1.8.1",
21+
"torchvision==0.9.1",
2222
"tensorboardX>=1.7",
2323
"tqdm>=4.19.9",
2424
"matplotlib>=2.1.0",

0 commit comments

Comments
 (0)