Skip to content

Commit

Permalink
MNT Remove version pin of diffusers (huggingface#2162)
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
BenjaminBossan authored and sirluk committed Oct 19, 2024
1 parent ec4e5a7 commit 9af2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pytest-xdist",
"parameterized",
"datasets",
"diffusers<0.21.0",
"diffusers",
"scipy",
]

Expand Down

0 comments on commit 9af2058

Please sign in to comment.