From 95d4aa28ef319fe21531a3b00d9e60c7f9b35077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 06:06:44 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.3.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.3.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 715d0869..075f796e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def read(fname): "networkx >= 2.5.0, < 3.5.0", # newer pandas versions don't work with specified sqlalchemy versions, but upgrading # sqlalchemy leads to new errors.. should be fixed at some point - "numpy ==1.26.4", + "numpy ==2.3.4", "pandas >= 1.4.0, < 2.2.0", "plotly < 6.0", "pydot < 4.1.0",