Skip to content

Commit 5b34296

Browse files
committed
Add requirement
1 parent 50bcf7c commit 5b34296

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
'numpy>=1.19.3',
2323
'pillow>=8',
2424
'pretrainedmodels>=0.7.1',
25+
'safetensors>=0.3.1',
2526
'six>=1.5',
2627
'timm>=0.9',
2728
'torch>=1.8',

requirements/minimum.old

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ huggingface-hub==0.24.0
33
numpy==1.19.3
44
pillow==8.0.0
55
pretrainedmodels==0.7.1
6+
safetensors==0.3.1
67
six==1.5.0
78
timm==0.9.0
89
torch==1.9.0

requirements/required.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ huggingface_hub==0.27.1
33
numpy==2.2.1
44
pillow==11.1.0
55
pretrainedmodels==0.7.4
6+
safetensors==0.5.2
67
six==1.17.0
78
timm==1.0.13
89
torch==2.5.1

0 commit comments

Comments
 (0)