Skip to content

Commit bdd30db

Browse files
committed
MNT: Update importlib_resources requirement for consistent API
1 parent 58af61c commit bdd30db

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
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"attrs",
27-
"importlib_resources; python_version < '3.9'",
27+
"importlib_resources >= 5.7; python_version < '3.11'",
2828
"jinja2",
2929
"looseversion",
3030
"matplotlib >= 3.4.2",

0 commit comments

Comments
 (0)