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 9e07716 commit 2d1a12bCopy full SHA for 2d1a12b
pyproject.toml
@@ -24,8 +24,8 @@ dependencies = [
24
'pretrainedmodels>=0.7.1',
25
'six>=1.5',
26
'timm>=0.9',
27
- 'torch>=1.8',
28
- 'torchvision>=0.9',
+ 'torch>=1.9',
+ 'torchvision>=0.10',
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.8.0
9
-torchvision==0.9.0
+torch==1.9.0
+torchvision==0.10.0
10
tqdm==4.42.1
0 commit comments