From 4a0e19abfc6764d6cbde78daf0e9421d7f8e780e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:12:41 +0000 Subject: [PATCH] Update numpy requirement from >=1.16.0 to >=2.2.6 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.16.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 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 3cd4c87..0a3987d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ 'Topic :: Scientific/Engineering', ] dependencies = [ - 'numpy >= 1.16.0', + 'numpy >= 2.2.6', 'scipy >= 1.2.0', 'networkx >= 2.8.3', 'importlib-resources; python_version<"3.9"',