From 63cafad306a3ff7dac4e8e171d03d3d1fd7a21b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:31:24 +0000 Subject: [PATCH] fix(deps): 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 675146e..a15e3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "solutions"}] [tool.poetry.dependencies] python = ">=3.12,<4.0.0" -numpy = "2.5.0" +numpy = "2.5.1" sympy = "1.14.0" matplotlib = "3.11.0" networkx = "3.6"