From 526c95fa01077bedd20a0003c3d3bf06892fb009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:11:03 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.4 to 2.1.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.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.1.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 376c799..83597e0 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.1.3", ] dynamic = ["version"] From cf047913f1f4713ee1348eb3af057f8c39d57410 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:11:16 +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 e2a9e16..a85e726 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.1.3 - 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 5c88525..94ac36c 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.1.3 - mpi4py =4.0.1 - executorlib =0.0.5 - ase =3.23.0 diff --git a/binder/environment.yml b/binder/environment.yml index ae1984c..e98a84d 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - openmpi -- numpy =1.26.4 +- numpy =2.1.3 - lammps =2024.06.27 - mpi4py =4.0.1 - executorlib =0.0.4