From 008f951233fa259ded8d38513225cdc497a7a3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:48:15 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.2.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 376c7994..8b2ab9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==4.0.1", "executorlib==0.0.5", - "numpy==1.26.4", + "numpy==2.2.0", ] dynamic = ["version"] From 462f3d6f57b6c429debc73c7fbfae80ffe0c1c35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:48:29 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index e2a9e166..cae84f12 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.06.27=*_mpi_mpich_* - mpich =4.2.3 -- numpy =1.26.4 +- numpy =2.2.0 - mpi4py =4.0.1 - executorlib =0.0.5 - ase =3.23.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 5c885257..2048dd07 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.06.27=*_mpi_openmpi_* - openmpi =5.0.5 -- numpy =1.26.4 +- numpy =2.2.0 - mpi4py =4.0.1 - executorlib =0.0.5 - ase =3.23.0 diff --git a/binder/environment.yml b/binder/environment.yml index ae1984ca..fb32b440 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - openmpi -- numpy =1.26.4 +- numpy =2.2.0 - lammps =2024.06.27 - mpi4py =4.0.1 - executorlib =0.0.4