From 5056206b45c0640814ecba0fdf7f0306ac9dc3bf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 29 Oct 2025 10:37:11 +0100 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb91504..cfee79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "mpi4py==4.1.1", "executorlib==1.7.2", - "numpy==2.3.3", + "numpy==2.3.4", ] dynamic = ["version"] From d2ed0a730a85901247c2214c38fae1256ee63faf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 29 Oct 2025 10:37:33 +0100 Subject: [PATCH 2/4] Update environment.yml --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 11e7f4e..ae1934c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - openmpi - hatchling - hatch-vcs -- numpy =2.3.3 +- numpy =2.3.4 - lammps =2024.08.29=*_mpi_openmpi_* - mpi4py =4.1.1 - executorlib =1.7.2 From 3dc367fd90e79eda1b043932eab06c3b6aab0de2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 29 Oct 2025 10:37:54 +0100 Subject: [PATCH 3/4] 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 ad8463a..c483539 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.3.2 -- numpy =2.3.3 +- numpy =2.3.4 - mpi4py =4.1.1 - executorlib =1.7.2 - ase =3.26.0 From f1a7b055fc836275689a01ad991d3a0955a68e70 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 29 Oct 2025 10:38:06 +0100 Subject: [PATCH 4/4] 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 0712737..7b8b740 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.8 -- numpy =2.3.3 +- numpy =2.3.4 - mpi4py =4.1.1 - executorlib =1.7.2 - ase =3.26.0