Skip to content

Commit 17389a6

Browse files
committed
Remove six
1 parent c864a2c commit 17389a6

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies = [
2222
'numpy',
2323
'pillow',
2424
'pretrainedmodels==0.7.4',
25-
'six',
2625
'timm==0.9.7',
2726
'torch',
2827
'torchvision>=0.5',
@@ -34,7 +33,6 @@ dynamic = ['version']
3433
docs = [
3534
'autodocsumm',
3635
'huggingface-hub',
37-
'six==1.15.0',
3836
'sphinx<7',
3937
'sphinx-book-theme==1.1.2',
4038
]

requirements/docs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
autodocsumm
22
huggingface_hub
3-
six==1.15.0
43
sphinx-book-theme==1.1.2
54
sphinx<7

requirements/minimum.old

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ efficientnet-pytorch==0.7.1
22
huggingface_hub>=0.24.6
33
pillow
44
pretrainedmodels==0.7.4
5-
six
65
timm==0.9.7
76
torchvision>=0.5.0
87
tqdm

requirements/required.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ efficientnet-pytorch==0.7.1
22
huggingface_hub>=0.24.6
33
pillow
44
pretrainedmodels==0.7.4
5-
six
65
timm==0.9.7
76
torchvision>=0.5.0
87
tqdm

0 commit comments

Comments
 (0)