Skip to content

Commit 66ceaff

Browse files
authored
Fix diffusers / huggingface_hub compatibility in requirements.txt
As mentioned in #516 (comment) and #527 (comment), it is more future-proof to upgrade `diffusers` version rather than downgrading `huggingface_hub` to an old one. This will also fix the `cannot import name 'cached_download' from 'huggingface_hub'` issue without relying on outdated packages. Sorry again for the inconvenience 🙏
1 parent 07a3147 commit 66ceaff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ # https://github.com/microsoft/onnxruntime/issues/21684
33
conformer==0.3.2
44
deepspeed==0.14.2; sys_platform == 'linux'
5-
diffusers==0.27.2
5+
diffusers==0.29.0
66
gdown==5.1.0
77
gradio==5.4.0
88
grpcio==1.57.0
99
grpcio-tools==1.57.0
10-
huggingface-hub==0.25.2
1110
hydra-core==1.3.2
1211
HyperPyYAML==1.2.2
1312
inflect==7.3.1

0 commit comments

Comments
 (0)