We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec3951 commit 1785eaaCopy full SHA for 1785eaa
setup.py
@@ -101,7 +101,7 @@
101
"filelock",
102
"flax>=0.4.1",
103
"hf-doc-builder>=0.3.0",
104
- "huggingface-hub>=0.26.0",
+ "huggingface-hub>=0.27.0",
105
"requests-mock==1.10.0",
106
"importlib_metadata",
107
"invisible-watermark>=0.2.0",
src/diffusers/dependency_versions_table.py
@@ -9,7 +9,7 @@
9
"filelock": "filelock",
10
"flax": "flax>=0.4.1",
11
"hf-doc-builder": "hf-doc-builder>=0.3.0",
12
- "huggingface-hub": "huggingface-hub>=0.26.0",
+ "huggingface-hub": "huggingface-hub>=0.27.0",
13
"requests-mock": "requests-mock==1.10.0",
14
"importlib_metadata": "importlib_metadata",
15
"invisible-watermark": "invisible-watermark>=0.2.0",
0 commit comments