From 7229787e7a740c8b6969b7ccfd14b09fda086e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:22:28 +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 64ce79377..7fa0a8f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "nbformat==5.10.4", # Required for plotly to render plots in notebooks. # --- Data manipulation and plotting --- "matplotlib==3.10.9", - "numpy==2.4.6", + "numpy==2.5.1", "pandas==2.3.3", "pip==26.1.2", # --- Visualization ---