From cfabba6e8b6dce1228ce4fc5a6b4b71df19a8fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:02:05 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: numpy 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 2d7cea387..a4025a126 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'matplotlib==3.9.2', - 'numpy==1.26.4', + 'numpy==2.2.1', 'pyiron_snippets==0.1.3', 'pyiron_base==0.10.1', 'scipy==1.14.1',