From fc8ea3c39d6fc88ce15b81a9e5285d8f56d6f3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:14:43 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d6c03d..21d08a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==3.1.6", "executorlib==0.0.1", - "numpy==1.26.4", + "numpy==2.0.0", ] dynamic = ["version"] From 6340e38065f2f092fe35aa701d21794185916f61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:15: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 407a1ef..1c9b85e 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.02.07 - mpich -- numpy =1.26.4 +- numpy =2.0.0 - mpi4py =3.1.6 - executorlib =0.0.1 - ase =3.23.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 66fd7fe..16872cc 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2024.02.07 - openmpi -- numpy =1.26.4 +- numpy =2.0.0 - mpi4py =3.1.6 - executorlib =0.0.1 - ase =3.23.0 diff --git a/binder/environment.yml b/binder/environment.yml index 580740e..d347f4d 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - openmpi -- numpy =1.26.4 +- numpy =2.0.0 - lammps =2024.02.07 - mpi4py =3.1.6 - executorlib =0.0.1