Skip to content

Commit f096570

Browse files
committed
Add missing deps
1 parent 465fd47 commit f096570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ classifiers = [
1919
dependencies = [
2020
'efficientnet-pytorch==0.7.1',
2121
'huggingface-hub>=0.24.6',
22+
'numpy',
2223
'pillow',
2324
'pretrainedmodels==0.7.4',
2425
'six',
2526
'timm==0.9.7',
27+
'torch',
2628
'torchvision>=0.5',
2729
'tqdm',
2830
]

0 commit comments

Comments
 (0)