Skip to content

Commit e1a44eb

Browse files
authored
Merge pull request #77 from LLNL/pyproject-versions
Update pyproject.toml
2 parents 34c3c77 + 1ced81b commit e1a44eb

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)