Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
9e439d8c
Unverified
Commit
9e439d8c
authored
Sep 16, 2022
by
Patrick von Platen
Committed by
GitHub
Sep 16, 2022
Browse files
[Hub] Update hub version (#538)
parent
e5902ed1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
9e439d8c
...
...
@@ -85,7 +85,7 @@ _deps = [
"flake8>=3.8.3"
,
"flax>=0.4.1"
,
"hf-doc-builder>=0.3.0"
,
"huggingface-hub>=0.
8
.1"
,
"huggingface-hub>=0.
9
.1"
,
"importlib_metadata"
,
"isort>=5.5.4"
,
"jax>=0.2.8,!=0.3.2,<=0.3.6"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
9e439d8c
...
...
@@ -10,7 +10,7 @@ deps = {
"flake8"
:
"flake8>=3.8.3"
,
"flax"
:
"flax>=0.4.1"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"huggingface-hub"
:
"huggingface-hub>=0.
8
.1"
,
"huggingface-hub"
:
"huggingface-hub>=0.
9
.1"
,
"importlib_metadata"
:
"importlib_metadata"
,
"isort"
:
"isort>=5.5.4"
,
"jax"
:
"jax>=0.2.8,!=0.3.2,<=0.3.6"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment