Skip to content

Commit 57e55aa

Browse files
committed
Update pyproject.toml dependencies
1 parent e517d34 commit 57e55aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ classifiers = [
1717
'Programming Language :: Python :: Implementation :: PyPy',
1818
]
1919
dependencies = [
20-
'efficientnet-pytorch==0.7.1',
21-
'huggingface-hub>=0.24.6',
22-
'numpy',
23-
'pillow',
24-
'pretrainedmodels==0.7.4',
25-
'six',
26-
'timm==0.9.7',
27-
'torch',
28-
'torchvision>=0.5',
29-
'tqdm',
20+
'efficientnet-pytorch>=0.6.1',
21+
'huggingface-hub>=0.24',
22+
'numpy>=1.19.3',
23+
'pillow>=8',
24+
'pretrainedmodels>=0.7.1',
25+
'six>=1.5',
26+
'timm>=0.9',
27+
'torch>=1.8',
28+
'torchvision>=0.9',
29+
'tqdm>=4.42.1',
3030
]
3131
dynamic = ['version']
3232

0 commit comments

Comments
 (0)