Skip to content

Commit 9af2058

Browse files
BenjaminBossansirluk
authored andcommitted
MNT Remove version pin of diffusers (huggingface#2162)
The pin was added way back in huggingface#936 and then we forget to ever remove it. This is now causing trouble, as the old diffusers version still uses cached_download, which was removed from huggingface_hub: > ImportError: cannot import name 'cached_download' from 'huggingface_hub'
1 parent ec4e5a7 commit 9af2058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pytest-xdist",
3535
"parameterized",
3636
"datasets",
37-
"diffusers<0.21.0",
37+
"diffusers",
3838
"scipy",
3939
]
4040

0 commit comments

Comments
 (0)