Skip to content

Commit

Permalink
MNT: Update importlib_resources requirement to match 3.12 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 27, 2024
1 parent 908953d commit b340ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy >=1.20",
"packaging >=17",
"importlib_resources >=1.3; python_version < '3.9'",
"importlib_resources >=5.12; python_version < '3.12'",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit b340ca5

Please sign in to comment.