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
07a0c1cb
Unverified
Commit
07a0c1cb
authored
Mar 14, 2023
by
Patrick von Platen
Committed by
GitHub
Mar 14, 2023
Browse files
[Hub] Upgrade to 0.13.2 (#2670)
parent
ebd44957
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 @
07a0c1cb
...
...
@@ -86,7 +86,7 @@ _deps = [
"filelock"
,
"flax>=0.4.1"
,
"hf-doc-builder>=0.3.0"
,
"huggingface-hub>=0.13.
0
"
,
"huggingface-hub>=0.13.
2
"
,
"requests-mock==1.10.0"
,
"importlib_metadata"
,
"isort>=5.5.4"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
07a0c1cb
...
...
@@ -10,7 +10,7 @@ deps = {
"filelock"
:
"filelock"
,
"flax"
:
"flax>=0.4.1"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"huggingface-hub"
:
"huggingface-hub>=0.13.
0
"
,
"huggingface-hub"
:
"huggingface-hub>=0.13.
2
"
,
"requests-mock"
:
"requests-mock==1.10.0"
,
"importlib_metadata"
:
"importlib_metadata"
,
"isort"
:
"isort>=5.5.4"
,
...
...
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