Skip to content

Commit 7e9e631

Browse files
committed
Tweaked importlib-resources req to see if this is breaking install from PyPI
1 parent 88047ab commit 7e9e631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
requires-python = "~=3.11"
2222
# Declare any run-time dependencies that should be installed with the package.
2323
dependencies = [
24-
"importlib-resources", # added to allow incorporation of `data` later on
24+
"importlib-resources;python_version<='3.11'", # added to allow incorporation of `data` later on
2525
"numpy",
2626
"scipy",
2727
"pandas",

0 commit comments

Comments
 (0)