Skip to content

Commit

Permalink
Remove six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jan 14, 2025
1 parent d230460 commit 4964e26
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies = [
'numpy>=1.19.3',
'pillow>=8',
'pretrainedmodels>=0.7.1',
'six>=1.5',
'timm>=0.9',
'torch>=1.8',
'torchvision>=0.9',
Expand All @@ -34,7 +33,6 @@ dynamic = ['version']
docs = [
'autodocsumm',
'huggingface-hub',
'six',
'sphinx',
'sphinx-book-theme',
]
Expand Down
1 change: 0 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
autodocsumm==0.2.14
huggingface-hub==0.27.1
six==1.17.0
sphinx==8.1.3
sphinx-book-theme==1.1.3
1 change: 0 additions & 1 deletion requirements/minimum.old
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ huggingface-hub==0.24.0
numpy==1.19.3
pillow==8.0.0
pretrainedmodels==0.7.1
six==1.5.0
timm==0.9.0
torch==1.9.0
torchvision==0.10.0
Expand Down
1 change: 0 additions & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ huggingface_hub==0.27.1
numpy==2.2.1
pillow==11.1.0
pretrainedmodels==0.7.4
six==1.17.0
timm==1.0.12
torch==2.5.1
torchvision==0.20.1
Expand Down

0 comments on commit 4964e26

Please sign in to comment.