Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7caef99

Browse files
committedJun 27, 2024·
MNT: Update importlib_resources requirement to match 3.12 usage
1 parent 447ef57 commit 7caef99

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)
Please sign in to comment.