Skip to content

Commit 405cfd4

Browse files
build: remove pin on spandrel dependency
1 parent 9cc9a5c commit 405cfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"onnxruntime==1.19.2",
4646
"opencv-python==4.9.0.80",
4747
"safetensors",
48-
"spandrel==0.3.4",
48+
"spandrel",
4949
"torch~=2.6.0", # torch and related dependencies are loosely pinned, will respect requirement of `diffusers[torch]`
5050
"torchsde", # diffusers needs this for SDE solvers, but it is not an explicit dep of diffusers
5151
"torchvision",

0 commit comments

Comments
 (0)