From d6f27a649e6772c40b40b544c968aeb598a237bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:59:33 +0000 Subject: [PATCH] Update dependency numpy to v2.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8f0c6..a542646 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.2; python_version >= '3.10' and python_version < '3.11'", ] [dependency-groups]