Skip to content

Commit 9e439d8

Browse files
[Hub] Update hub version (#538)
1 parent e5902ed commit 9e439d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"flake8>=3.8.3",
8686
"flax>=0.4.1",
8787
"hf-doc-builder>=0.3.0",
88-
"huggingface-hub>=0.8.1",
88+
"huggingface-hub>=0.9.1",
8989
"importlib_metadata",
9090
"isort>=5.5.4",
9191
"jax>=0.2.8,!=0.3.2,<=0.3.6",

src/diffusers/dependency_versions_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"flake8": "flake8>=3.8.3",
1111
"flax": "flax>=0.4.1",
1212
"hf-doc-builder": "hf-doc-builder>=0.3.0",
13-
"huggingface-hub": "huggingface-hub>=0.8.1",
13+
"huggingface-hub": "huggingface-hub>=0.9.1",
1414
"importlib_metadata": "importlib_metadata",
1515
"isort": "isort>=5.5.4",
1616
"jax": "jax>=0.2.8,!=0.3.2,<=0.3.6",

0 commit comments

Comments
 (0)