Skip to content

Commit

Permalink
Update pyproject.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 13, 2024
1 parent e517d34 commit 57e55aa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ classifiers = [
'Programming Language :: Python :: Implementation :: PyPy',
]
dependencies = [
'efficientnet-pytorch==0.7.1',
'huggingface-hub>=0.24.6',
'numpy',
'pillow',
'pretrainedmodels==0.7.4',
'six',
'timm==0.9.7',
'torch',
'torchvision>=0.5',
'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',
]
dynamic = ['version']

Expand Down

0 comments on commit 57e55aa

Please sign in to comment.