From 4943cc8dd2641f597de1abd53416878758b426d6 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 22 Jun 2026 06:54:34 +0200 Subject: [PATCH] Require numpy>=2.1 As per NEP 29. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93369264..0295cfa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dynamic = ["version", "readme"] description = "Parameter estimation tabular data" requires-python = ">=3.12" dependencies = [ - "numpy>=1.15.1", + "numpy>=2.1", "pandas>=1.2.0", "python-libsbml>=5.17.0", "sympy",