From 13d14670df046fd32d3d1fcf7bb0406296c79968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:24:18 +0000 Subject: [PATCH 1/3] 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 61abf5cb2..095f85adb 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.9', 'scipy==1.14.1', From 12bd430669be28609acb7d885cb4d0683e615b12 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Jan 2025 12:24:35 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1c544382c..baec88e7c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - codacy-coverage - matplotlib-base =3.9.2 -- numpy =1.26.4 +- numpy =2.2.1 - pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 From c338609821b1f3f80fc60c6413b8d1cdaf306eb5 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 6 Jan 2025 12:24:57 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 0811c955e..81d04294c 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - codacy-coverage - matplotlib-base =3.9.2 -- numpy =1.26.4 +- numpy =2.2.1 - pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 diff --git a/docs/environment.yml b/docs/environment.yml index 969c5db43..add6afa22 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -12,7 +12,7 @@ dependencies: - coverage - codacy-coverage - matplotlib-base =3.9.2 -- numpy =1.26.4 +- numpy =2.2.1 - pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3