Skip to content

Commit 5a3b361

Browse files
authored
Require numpy>=2.1 (#491)
As per NEP 29.
1 parent 4bbffd0 commit 5a3b361

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
@@ -11,7 +11,7 @@ dynamic = ["version", "readme"]
1111
description = "Parameter estimation tabular data"
1212
requires-python = ">=3.12"
1313
dependencies = [
14-
"numpy>=1.15.1",
14+
"numpy>=2.1",
1515
"pandas>=1.2.0",
1616
"python-libsbml>=5.17.0",
1717
"sympy",

0 commit comments

Comments
 (0)