From 205ee4291c94f311ba3c9ac6125b45d0a36ac0fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:03:29 +0000 Subject: [PATCH] Update dependency numpy to v2.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8f0c6..25cb6f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ numpy2 = [ # NumPy 2.4 supports Python 3.11-3.13 "numpy==2.4.6; python_version >= '3.11' and python_version < '3.12'", # NumPy 2.2 supports Python 3.10-3.13 - "numpy==2.2.6; python_version >= '3.10' and python_version < '3.11'", + "numpy==2.5.1; python_version >= '3.10' and python_version < '3.11'", ] [dependency-groups]