Skip to content

Commit 4964e26

Browse files
committed
Remove six dependency
1 parent d230460 commit 4964e26

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies = [
2222
'numpy>=1.19.3',
2323
'pillow>=8',
2424
'pretrainedmodels>=0.7.1',
25-
'six>=1.5',
2625
'timm>=0.9',
2726
'torch>=1.8',
2827
'torchvision>=0.9',
@@ -34,7 +33,6 @@ dynamic = ['version']
3433
docs = [
3534
'autodocsumm',
3635
'huggingface-hub',
37-
'six',
3836
'sphinx',
3937
'sphinx-book-theme',
4038
]

requirements/docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
autodocsumm==0.2.14
22
huggingface-hub==0.27.1
3-
six==1.17.0
43
sphinx==8.1.3
54
sphinx-book-theme==1.1.3

requirements/minimum.old

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ huggingface-hub==0.24.0
33
numpy==1.19.3
44
pillow==8.0.0
55
pretrainedmodels==0.7.1
6-
six==1.5.0
76
timm==0.9.0
87
torch==1.9.0
98
torchvision==0.10.0

requirements/required.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ huggingface_hub==0.27.1
33
numpy==2.2.1
44
pillow==11.1.0
55
pretrainedmodels==0.7.4
6-
six==1.17.0
76
timm==1.0.12
87
torch==2.5.1
98
torchvision==0.20.1

0 commit comments

Comments
 (0)