Skip to content

Commit b2a0ccd

Browse files
MNT Remove version pin of diffusers
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 93ddb10 commit b2a0ccd

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)