Skip to content

Commit 7d2746f

Browse files
committed
MNT: Set minimum importlib_resources, update requirements files
1 parent da9133a commit 7d2746f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

min-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy ==1.19
33
packaging ==17
4-
setuptools
4+
importlib_resources ==1.3; python_version < '3.9'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
1313
dependencies = [
1414
"numpy >=1.19",
1515
"packaging >=17",
16-
"importlib_resources; python_version < '3.9'",
16+
"importlib_resources >=1.3; python_version < '3.9'",
1717
]
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy >=1.19
33
packaging >=17
4-
setuptools
4+
importlib_resources >=1.3; python_version < '3.9'

0 commit comments

Comments
 (0)