From 27b0b397e5a1742d73d87312a01f858730f4c6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 06:14:45 +0000 Subject: [PATCH 1/8] Bump numpy from 1.26.4 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.2. - [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.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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 523d40c..204f245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==4.0.1", "executorlib==1.5.1", - "numpy==1.26.4", + "numpy==2.0.2", ] dynamic = ["version"] From 4c27251b711cfbdf7ea5a8b58b9a61529d6ef15f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 06:14:55 +0000 Subject: [PATCH 2/8] [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 0225e6c..4861495 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.0.2 - mpi4py =4.0.1 - executorlib =1.5.1 - ase =3.25.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 812a6ee..fe2e1b6 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.0.2 - mpi4py =4.0.1 - executorlib =1.5.1 - ase =3.25.0 diff --git a/binder/environment.yml b/binder/environment.yml index e7f943b..bd65102 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.2 - lammps =2024.08.29 - mpi4py =4.0.1 - executorlib =0.0.4 From 052efafd8dd439add55d5d6893b735833c9d9d22 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:05:17 +0200 Subject: [PATCH 3/8] Update environment-mpich.yml --- .ci_support/environment-mpich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 4861495..e02436f 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,8 +4,8 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_mpich_* - mpich =4.2.3 -- numpy =2.0.2 -- mpi4py =4.0.1 +- numpy =2.3.1 +- mpi4py =4.1.0 - executorlib =1.5.1 - ase =3.25.0 - scipy =1.15.2 From b131ae0b8b79c81f943253e64fa15b208b43749d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:05:38 +0200 Subject: [PATCH 4/8] Update environment-openmpi.yml --- .ci_support/environment-openmpi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index fe2e1b6..307a6c1 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,8 +4,8 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_openmpi_* - openmpi =5.0.5 -- numpy =2.0.2 -- mpi4py =4.0.1 +- numpy =2.3.1 +- mpi4py =4.1.0 - executorlib =1.5.1 - ase =3.25.0 - scipy =1.15.2 From fbaec79895adeeab3052c3b4ae29e62e5b7b17cf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:05:58 +0200 Subject: [PATCH 5/8] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 204f245..b7eb0c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "mpi4py==4.0.1", + "mpi4py==4.1.0", "executorlib==1.5.1", - "numpy==2.0.2", + "numpy==2.3.1", ] dynamic = ["version"] From 774c299e2e85644e334c4bde9ce2fab80dc0d9a3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:07:52 +0200 Subject: [PATCH 6/8] Update environment-mpich.yml --- .ci_support/environment-mpich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index e02436f..d556518 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -3,7 +3,7 @@ channels: dependencies: - coverage - lammps =2024.08.29=*_mpi_mpich_* -- mpich =4.2.3 +- mpich =4.3.1 - numpy =2.3.1 - mpi4py =4.1.0 - executorlib =1.5.1 From 5a63d915218f3e309c692828cb74900268d36e7e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:08:15 +0200 Subject: [PATCH 7/8] Update environment-openmpi.yml --- .ci_support/environment-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 307a6c1..353e59b 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -3,7 +3,7 @@ channels: dependencies: - coverage - lammps =2024.08.29=*_mpi_openmpi_* -- openmpi =5.0.5 +- openmpi =5.0.8 - numpy =2.3.1 - mpi4py =4.1.0 - executorlib =1.5.1 From b028b2e7c64d2b113d32d934680f7937e239c566 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 6 Jul 2025 12:10:04 +0200 Subject: [PATCH 8/8] Update pipeline.yml --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c9b287e..5ab9a18 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.11', '3.12'] steps: - uses: actions/checkout@v4 - name: Conda config @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.11', '3.12'] steps: - uses: actions/checkout@v4 - name: Conda config