From 6b1d0285c017d06aff4a5af619430e5265cd2305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:10:48 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.0. - [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.0.0) --- 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 41a344b..346383a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'matplotlib==3.9.1', 'nbconvert==7.16.4', 'nbformat==5.10.4', - 'numpy==1.26.4', + 'numpy==2.0.0', 'pandas==2.2.2', ], cmdclass=versioneer.get_cmdclass(), From 2484cd4874ec578279421b7e14a47ae23d98de7c Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 15 Jul 2024 10:10:59 +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 d866800..2b069e6 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - pyiron_base =0.9.6 - pyiron_atomistics =0.6.4 - maggma =0.60.2 -- numpy =1.26.4 +- numpy =2.0.0 - pandas =2.2.2 - matplotlib-base =3.9.1 - nbconvert =7.16.4