We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3c77 commit 1ced81bCopy full SHA for 1ced81b
pyproject.toml
@@ -7,9 +7,9 @@ authors = [
7
]
8
license = {text = "MIT"}
9
readme = "README.md"
10
-requires-python = ">=3.10"
+requires-python = ">=3.9"
11
dependencies = [
12
- "numpy (>=2.2.3,<3.0.0)",
+ "numpy (>=1.26,<3.0.0)",
13
"matplotlib (>=3.9.0,<4.0.0)",
14
"pytest (>=8.3.4,<9.0.0)",
15
"pandas (>=2.2.3,<3.0.0)",
0 commit comments