We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eca0d commit 4f0ebfdCopy full SHA for 4f0ebfd
requirements.txt
@@ -2,8 +2,8 @@ foolbox
2
scipy>=1.1.0
3
numpy>=1.14.2
4
cython>=0.28.5
5
-torch==1.7.1
6
-torchvision==0.8.2
+torch==1.8.1
+torchvision==0.9.1
7
tqdm>=4.19.9
8
setuptools>=39.0.1
9
matplotlib>=2.1.0
setup.py
@@ -17,8 +17,8 @@
17
zip_safe=False,
18
install_requires=[
19
"numpy>=1.14.2",
20
- "torch==1.7.1",
21
- "torchvision==0.8.2",
+ "torch==1.8.1",
+ "torchvision==0.9.1",
22
"tensorboardX>=1.7",
23
"tqdm>=4.19.9",
24
"matplotlib>=2.1.0",
0 commit comments