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 2d1a12b commit 963e6adCopy full SHA for 963e6ad
pyproject.toml
@@ -24,8 +24,8 @@ dependencies = [
24
'pretrainedmodels>=0.7.1',
25
'six>=1.5',
26
'timm>=0.9',
27
- 'torch>=1.9',
28
- 'torchvision>=0.10',
+ 'torch>=1.10',
+ 'torchvision>=0.11',
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.9.0
9
-torchvision==0.10.0
+torch==1.10.0
+torchvision==0.11.0
10
tqdm==4.42.1
0 commit comments