From c8c8005e4db95b7adce7014615ab87ec8a974f6d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:14:34 +0200 Subject: [PATCH 1/8] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9dd36fb..4b7a78c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Documentation = "https://executorlib.readthedocs.io" Repository = "https://github.com/pyiron/executorlib" [project.optional-dependencies] -cache = ["h5py==3.14.0"] +cache = ["h5py==3.15.0"] graph = [ "pygraphviz==1.14", "networkx==3.4.2", From 33917fcac30e793970ba6bb0e642ee6fb3d2a4c0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:15:04 +0200 Subject: [PATCH 2/8] 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 3a0996f6..cfb0f6e0 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - flux-pmix =0.6.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 -- h5py =3.12.1 +- h5py =3.15.0 - ipython =9.0.2 - matplotlib =3.10.0 - mpi4py =4.1.1 From 030fa3c774971acc8c3aeb20a20ca613af3fe4c2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:15:29 +0200 Subject: [PATCH 3/8] Update environment-docs.yml --- .ci_support/environment-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index ec63c3b9..54c5b6f4 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -11,7 +11,7 @@ dependencies: - sphinx - sphinx_rtd_theme - cloudpickle =3.1.1 -- h5py =3.14.0 +- h5py =3.15.0 - jupyter-book =1.0.0 - mpi4py =4.1.1 - python =3.12 From 24e1a7ae7ad604c29567872bd40fcfa0a45fcf9d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:16:16 +0200 Subject: [PATCH 4/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 106538eb..26f9dfc7 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,7 +5,7 @@ dependencies: - numpy - mpich - cloudpickle =3.1.1 -- h5py =3.14.0 +- h5py =3.15.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 From eec89593ce3cfd1efe5fd715f4d324befca8ea22 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:16:34 +0200 Subject: [PATCH 5/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 21c91b4d..3ebfa4f0 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,7 +5,7 @@ dependencies: - numpy - openmpi - cloudpickle =3.1.1 -- h5py =3.14.0 +- h5py =3.15.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 From fa4cae5799adae793e7166a38d47f041b45d065b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:16:57 +0200 Subject: [PATCH 6/8] Update environment-win.yml --- .ci_support/environment-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index ead678c6..9a217605 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -5,7 +5,7 @@ dependencies: - numpy - msmpi - cloudpickle =3.1.1 -- h5py =3.14.0 +- h5py =3.15.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 From ffcfea7260da06cb8815c6945d3509ad71d1d4a3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:38:45 +0200 Subject: [PATCH 7/8] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b7a78c0..7008c472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,12 +53,12 @@ graphnotebook = [ mpi = ["mpi4py==4.1.1"] cluster = [ "pysqa==0.3.2", - "h5py==3.14.0", + "h5py==3.15.0", ] all = [ "mpi4py==4.1.1", "pysqa==0.3.2", - "h5py==3.14.0", + "h5py==3.15.0", "pygraphviz==1.14", "networkx==3.4.2", "ipython==9.0.2", From 5bb417eade48ecc267daee162b37a255c390b058 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 15 Oct 2025 07:49:07 +0200 Subject: [PATCH 8/8] Update environment-integration.yml --- .ci_support/environment-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index a145fd70..7cb1738b 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- h5py =3.14.0 +- h5py =3.15.0 - jupyter - mpi4py =4.1.1 - numpy =2.3.3