From 7589c66cb34d01e442bd2212f2452b34ed5db4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:21:37 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1d94509..16d08bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==4.0.1", "executorlib==0.0.8", - "numpy==1.26.4", + "numpy==2.2.1", ] dynamic = ["version"] From 81c001213708d7ad2d9799012def3b254e81867c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:21:50 +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 54e1506d..bf46a555 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_mpich_* - mpich =4.2.3 -- numpy =1.26.4 +- numpy =2.2.1 - mpi4py =4.0.1 - executorlib =0.0.8 - ase =3.24.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index f6934dbc..8b26f6b2 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_openmpi_* - openmpi =5.0.5 -- numpy =1.26.4 +- numpy =2.2.1 - mpi4py =4.0.1 - executorlib =0.0.8 - ase =3.24.0 diff --git a/binder/environment.yml b/binder/environment.yml index aa8527e7..bf982ee8 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.1 - lammps =2024.08.29 - mpi4py =4.0.1 - executorlib =0.0.4