From 869ded05866a7707b4d74ca125aed6724f2833c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:39:10 +0000 Subject: [PATCH] Update dependency numpy to v2.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8f0c6..dfacb91 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.3; python_version >= '3.10' and python_version < '3.11'", ] [dependency-groups]