From a4e25dd66a6409642ac4b1a47bd391a1df428432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:45:26 +0000 Subject: [PATCH] Update numpy requirement from >=1.26.4 to >=2.4.4 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30551cb..345b4ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ python = "^3.11" anytree = ">=2.7.0" graphviz = ">=0.20.3" # 📄 Data handling -numpy = ">=1.26.4" +numpy = ">=2.4.4" pandas = ">=2.2.1" # 🖼️ Visualizations matplotlib = ">=3.8.3"