From dec9bb20ecdb8d0f11b8c3d9e7123959deb810c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:06:51 +0000 Subject: [PATCH 1/3] Bump numpy from 1.26.4 to 2.2.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.3. - [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.3) --- 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 2f4f379fd..59867dc48 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.3', 'pyiron_snippets==0.1.3', 'pyiron_base==0.10.9', 'scipy==1.14.1', From f09104f0f8f00cf43f1e57b7f882f670d834e28c Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 17 Feb 2025 12:07:11 +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 05860e2df..40be19a1e 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.3 - pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 From 4cc0337b3d0b83223d10d7741e1d692288dcd6ab Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 17 Feb 2025 12:07:32 +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 7349c1f66..bc244f625 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.3 - 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 aa3a838ed..22daa7797 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.3 - pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3