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
e795a4c6
"vscode:/vscode.git/clone" did not exist on "0d332a641ff6b28e71b2a9ab5e641f8cf4a2ec99"
Commit
e795a4c6
authored
Jul 21, 2022
by
Patrick von Platen
Browse files
Fix import metadatalib
parent
4293b9f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+1
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-0
No files found.
setup.py
View file @
e795a4c6
...
@@ -169,7 +169,7 @@ extras["test"] = [
...
@@ -169,7 +169,7 @@ extras["test"] = [
extras
[
"dev"
]
=
extras
[
"quality"
]
+
extras
[
"test"
]
+
extras
[
"training"
]
extras
[
"dev"
]
=
extras
[
"quality"
]
+
extras
[
"test"
]
+
extras
[
"training"
]
install_requires
=
[
install_requires
=
[
deps
[
"importlib_metadata"
]
+
";python_version<'3.8'"
,
# importlib_metadata for Python versions that don't have it
deps
[
"importlib_metadata"
]
,
deps
[
"filelock"
],
deps
[
"filelock"
],
deps
[
"huggingface-hub"
],
deps
[
"huggingface-hub"
],
deps
[
"numpy"
],
deps
[
"numpy"
],
...
...
src/diffusers/dependency_versions_table.py
View file @
e795a4c6
...
@@ -7,6 +7,7 @@ deps = {
...
@@ -7,6 +7,7 @@ deps = {
"filelock"
:
"filelock"
,
"filelock"
:
"filelock"
,
"flake8"
:
"flake8>=3.8.3"
,
"flake8"
:
"flake8>=3.8.3"
,
"huggingface-hub"
:
"huggingface-hub"
,
"huggingface-hub"
:
"huggingface-hub"
,
"importlib_metadata"
:
"importlib_metadata"
,
"isort"
:
"isort>=5.5.4"
,
"isort"
:
"isort>=5.5.4"
,
"numpy"
:
"numpy"
,
"numpy"
:
"numpy"
,
"pytest"
:
"pytest"
,
"pytest"
:
"pytest"
,
...
...
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