From f7b01a24695ddd90a5d7cafd2e30555a79de4833 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 29 Sep 2025 12:04:22 +0200 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 970d685..6641011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "mpi4py==4.1.0", "executorlib==1.7.1", - "numpy==2.3.2", + "numpy==2.3.3", ] dynamic = ["version"] @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi" [project.optional-dependencies] ase = [ "ase==3.26.0", - "scipy==1.16.1", + "scipy==1.16.2", ] [tool.hatch.build] From a7f0f49f76a2f5f8b35ef38e67363571f4129f1c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 29 Sep 2025 12:04:49 +0200 Subject: [PATCH 2/4] Update environment.yml --- binder/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 24cb413..ecf3078 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,9 +4,9 @@ dependencies: - openmpi - hatchling - hatch-vcs -- numpy =2.3.2 +- numpy =2.3.3 - lammps =2024.08.29=*_mpi_openmpi_* - mpi4py =4.1.0 - executorlib =1.7.1 - ase =3.26.0 -- scipy =1.16.1 +- scipy =1.16.2 From 809bda25aeb5cf3ca55438f73b3fd090c666b81a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 29 Sep 2025 12:05:11 +0200 Subject: [PATCH 3/4] 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 87c9abd..6f86e09 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,10 +4,10 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_mpich_* - mpich =4.3.1 -- numpy =2.3.2 +- numpy =2.3.3 - mpi4py =4.1.0 - executorlib =1.7.1 - ase =3.26.0 -- scipy =1.16.1 +- scipy =1.16.2 - hatchling - hatch-vcs From 9fe4a2e905eb65c389c9c70e94a8fb9b23a28ba8 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 29 Sep 2025 12:05:27 +0200 Subject: [PATCH 4/4] 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 a780019..b469d81 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,10 +4,10 @@ dependencies: - coverage - lammps =2024.08.29=*_mpi_openmpi_* - openmpi =5.0.8 -- numpy =2.3.2 +- numpy =2.3.3 - mpi4py =4.1.0 - executorlib =1.7.1 - ase =3.26.0 -- scipy =1.16.1 +- scipy =1.16.2 - hatchling - hatch-vcs