We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4293b9f commit e795a4cCopy full SHA for e795a4c
setup.py
@@ -169,7 +169,7 @@ def run(self):
169
extras["dev"] = extras["quality"] + extras["test"] + extras["training"]
170
171
install_requires = [
172
- deps["importlib_metadata"] + ";python_version<'3.8'", # importlib_metadata for Python versions that don't have it
+ deps["importlib_metadata"],
173
deps["filelock"],
174
deps["huggingface-hub"],
175
deps["numpy"],
src/diffusers/dependency_versions_table.py
@@ -7,6 +7,7 @@
7
"filelock": "filelock",
8
"flake8": "flake8>=3.8.3",
9
"huggingface-hub": "huggingface-hub",
10
+ "importlib_metadata": "importlib_metadata",
11
"isort": "isort>=5.5.4",
12
"numpy": "numpy",
13
"pytest": "pytest",
0 commit comments