We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88047ab commit 7e9e631Copy full SHA for 7e9e631
1 file changed
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
requires-python = "~=3.11"
22
# Declare any run-time dependencies that should be installed with the package.
23
dependencies = [
24
- "importlib-resources", # added to allow incorporation of `data` later on
+ "importlib-resources;python_version<='3.11'", # added to allow incorporation of `data` later on
25
"numpy",
26
"scipy",
27
"pandas",
0 commit comments