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 da9133a commit 7d2746fCopy full SHA for 7d2746f
min-requirements.txt
@@ -1,4 +1,4 @@
1
# Auto-generated by tools/update_requirements.py
2
numpy ==1.19
3
packaging ==17
4
-setuptools
+importlib_resources ==1.3; python_version < '3.9'
pyproject.toml
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
13
dependencies = [
14
"numpy >=1.19",
15
"packaging >=17",
16
- "importlib_resources; python_version < '3.9'",
+ "importlib_resources >=1.3; python_version < '3.9'",
17
]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
requirements.txt
numpy >=1.19
packaging >=17
+importlib_resources >=1.3; python_version < '3.9'
0 commit comments