We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88f10 commit 2cfaf8aCopy full SHA for 2cfaf8a
.pre-commit-config.yaml
@@ -3,4 +3,4 @@ repos:
3
rev: master
4
hooks:
5
- id: black
6
- language_version: python3.7
+ language_version: python3.8
requirements.txt
@@ -1,8 +1,8 @@
1
foolbox
2
scipy>=1.1.0
numpy>=1.14.2
-torch==1.4.0
-torchvision==0.5.0
+torch>=1.5.1
+torchvision>=0.6.1
tqdm>=4.19.9
7
setuptools>=39.0.1
8
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.4.0",
21
- "torchvision==0.5.0",
+ "torch>=1.5.1",
+ "torchvision>=0.6.1",
22
"tensorboardX>=1.7",
23
"tqdm>=4.19.9",
24
"matplotlib>=2.1.0",
0 commit comments