Skip to content

Commit 3a4421c

Browse files
McPatatesayakpaul
andauthored
feat: bump safetensors to 0.8.0-rc.0 (#13470)
* feat: bump safetensors to `0.8.0-rc.0` * feat: run `make deps_table_update` --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
1 parent c507097 commit 3a4421c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"pytest-xdist",
125125
"python>=3.10.0",
126126
"ruff==0.9.10",
127-
"safetensors>=0.3.1",
127+
"safetensors>=0.8.0-rc.0",
128128
"sentencepiece>=0.1.91,!=0.1.92",
129129
"GitPython<3.1.19",
130130
"scipy",

src/diffusers/dependency_versions_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pytest-xdist": "pytest-xdist",
3232
"python": "python>=3.10.0",
3333
"ruff": "ruff==0.9.10",
34-
"safetensors": "safetensors>=0.3.1",
34+
"safetensors": "safetensors>=0.8.0-rc.0",
3535
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
3636
"GitPython": "GitPython<3.1.19",
3737
"scipy": "scipy",

0 commit comments

Comments
 (0)