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 e517d34 commit 57e55aaCopy full SHA for 57e55aa
pyproject.toml
@@ -17,16 +17,16 @@ classifiers = [
17
'Programming Language :: Python :: Implementation :: PyPy',
18
]
19
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',
+ 'efficientnet-pytorch>=0.6.1',
+ 'huggingface-hub>=0.24',
+ 'numpy>=1.19.3',
+ 'pillow>=8',
+ 'pretrainedmodels>=0.7.1',
+ 'six>=1.5',
+ 'timm>=0.9',
+ 'torch>=1.8',
+ 'torchvision>=0.9',
+ 'tqdm>=4.42.1',
30
31
dynamic = ['version']
32
0 commit comments