Skip to content

Commit b340ca5

Browse files
committed
MNT: Update importlib_resources requirement to match 3.12 usage
1 parent 908953d commit b340ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)