We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a6bd2 commit e558979Copy full SHA for e558979
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
'pillow',
24
'pretrainedmodels==0.7.4',
25
'six',
26
- 'timm==0.9.7',
+ 'timm==1.0.9',
27
'torch',
28
'torchvision>=0.5',
29
'tqdm',
requirements.txt
@@ -1,7 +1,7 @@
1
torchvision>=0.5.0
2
pretrainedmodels==0.7.4
3
efficientnet-pytorch==0.7.1
4
-timm==0.9.7
+timm==1.0.9
5
huggingface_hub>=0.24.6
6
7
tqdm
0 commit comments