Skip to content

Commit

Permalink
Fix import metadatalib
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Jul 21, 2022
1 parent 4293b9f commit e795a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run(self):
extras["dev"] = extras["quality"] + extras["test"] + extras["training"]

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["huggingface-hub"],
deps["numpy"],
Expand Down
1 change: 1 addition & 0 deletions src/diffusers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"filelock": "filelock",
"flake8": "flake8>=3.8.3",
"huggingface-hub": "huggingface-hub",
"importlib_metadata": "importlib_metadata",
"isort": "isort>=5.5.4",
"numpy": "numpy",
"pytest": "pytest",
Expand Down

0 comments on commit e795a4c

Please sign in to comment.