Skip to content

Commit 8983fc8

Browse files
committed
Revert "Remove six"
This reverts commit 17389a6.
1 parent 5cc6feb commit 8983fc8

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
'numpy',
2323
'pillow',
2424
'pretrainedmodels==0.7.4',
25+
'six',
2526
'timm==0.9.7',
2627
'torch',
2728
'torchvision>=0.5',
@@ -33,6 +34,7 @@ dynamic = ['version']
3334
docs = [
3435
'autodocsumm',
3536
'huggingface-hub',
37+
'six==1.15.0',
3638
'sphinx<7',
3739
'sphinx-book-theme==1.1.2',
3840
]

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
autodocsumm
22
huggingface_hub
3+
six==1.15.0
34
sphinx-book-theme==1.1.2
45
sphinx<7

requirements/minimum.old

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ efficientnet-pytorch==0.7.1
22
huggingface_hub>=0.24.6
33
pillow
44
pretrainedmodels==0.7.4
5+
six
56
timm==0.9.7
67
torchvision>=0.5.0
78
tqdm

requirements/required.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ efficientnet-pytorch==0.7.1
22
huggingface_hub>=0.24.6
33
pillow
44
pretrainedmodels==0.7.4
5+
six
56
timm==0.9.7
67
torchvision>=0.5.0
78
tqdm

0 commit comments

Comments
 (0)