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 d304f3d commit 7ca98a6Copy full SHA for 7ca98a6
setup.py
@@ -97,7 +97,7 @@
97
"filelock",
98
"flax>=0.4.1",
99
"hf-doc-builder>=0.3.0",
100
- "huggingface-hub>=0.19.4",
+ "huggingface-hub>=0.20.2",
101
"requests-mock==1.10.0",
102
"importlib_metadata",
103
"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.19.4",
+ "huggingface-hub": "huggingface-hub>=0.20.2",
13
"requests-mock": "requests-mock==1.10.0",
14
"importlib_metadata": "importlib_metadata",
15
"invisible-watermark": "invisible-watermark>=0.2.0",
0 commit comments