From cbab4cd54899321f2e10c5f6c239c9d7dddc8aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:48:46 +0000 Subject: [PATCH 1/2] 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 bcc6b81..027b7f6 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'matplotlib==3.10.0', 'nbconvert==7.16.5', 'nbformat==5.10.4', - 'numpy==1.26.4', + 'numpy==2.2.1', 'pandas==2.2.3', ], cmdclass=versioneer.get_cmdclass(), From c8794ab209cccadf9de786664b415f21439b0488 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 7 Jan 2025 06:48:57 +0000 Subject: [PATCH 2/2] [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 8f09078..af76598 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - pyiron_base =0.10.10 - pyiron_atomistics =0.6.19 - maggma =0.60.2 -- numpy =1.26.4 +- numpy =2.2.1 - pandas =2.2.3 - matplotlib-base =3.10.0 - nbconvert =7.16.5