Skip to content

Commit 1ced81b

Browse files
committed
Relax the version constraints in the pyproject.toml
1 parent 34c3c77 commit 1ced81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = [
77
]
88
license = {text = "MIT"}
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.9"
1111
dependencies = [
12-
"numpy (>=2.2.3,<3.0.0)",
12+
"numpy (>=1.26,<3.0.0)",
1313
"matplotlib (>=3.9.0,<4.0.0)",
1414
"pytest (>=8.3.4,<9.0.0)",
1515
"pandas (>=2.2.3,<3.0.0)",

0 commit comments

Comments
 (0)