From 2fea7f6359ace46af6ec1043e8ee1b459df3e6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:10:19 +0000 Subject: [PATCH 1/2] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 308d5f9..483ad96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==4.0.1", "executorlib==0.4.2", - "numpy==1.26.4", + "numpy==2.2.3", ] dynamic = ["version"] From 69acc86460afd9b806decdd8f3f9f76ac64827e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:10:30 +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 46c5719..14efd61 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.3 - mpi4py =4.0.1 - executorlib =0.4.2 - ase =3.24.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 948a37e..9cc89b2 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.3 - mpi4py =4.0.1 - executorlib =0.4.2 - ase =3.24.0 diff --git a/binder/environment.yml b/binder/environment.yml index 927bb19..143cf9b 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.3 - lammps =2024.08.29 - mpi4py =4.0.1 - executorlib =0.0.4