We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e677c4b commit a47c820Copy full SHA for a47c820
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
'six>=1.5',
26
'timm>=0.9',
27
'torch>=1.10',
28
- 'torchvision>=0.11',
+ 'torchvision>=0.11.1',
29
'tqdm>=4.42.1',
30
]
31
dynamic = ['version']
requirements/minimum.old
@@ -5,6 +5,6 @@ pillow==8.0.0
5
pretrainedmodels==0.7.1
6
six==1.5.0
7
timm==0.9.0
8
-torch==1.10.0+cu102
9
-torchvision==0.11.0
+torch==1.10.0
+torchvision==0.11.1
10
tqdm==4.42.1
0 commit comments