diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 54c5b6f4..db44d26f 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.15.0 +- h5py =3.15.1 - jupyter-book =1.0.0 - mpi4py =4.1.1 - python =3.12 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 0fceea15..0fbcc4ba 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,7 +5,7 @@ dependencies: - numpy =2.3.3 - mpich - cloudpickle =3.1.1 -- h5py =3.15.0 +- h5py =3.15.1 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 73dd8055..7920bc98 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,7 +5,7 @@ dependencies: - numpy =2.3.3 - openmpi - cloudpickle =3.1.1 -- h5py =3.15.0 +- h5py =3.15.1 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 2db76c8b..26f0c163 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -5,7 +5,7 @@ dependencies: - numpy =2.3.3 - msmpi - cloudpickle =3.1.1 -- h5py =3.15.0 +- h5py =3.15.1 - hatchling =1.27.0 - hatch-vcs =0.5.0 - ipython =9.0.2 diff --git a/binder/environment.yml b/binder/environment.yml index c9a124b5..e8956e08 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.15.0 +- h5py =3.15.1 - ipython =9.0.2 - matplotlib =3.10.0 - mpi4py =4.1.1 diff --git a/pyproject.toml b/pyproject.toml index c90d49f8..0e9c4105 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.15.0"] +cache = ["h5py==3.15.1"] graph = [ "pygraphviz==1.14", "networkx==3.4.2", @@ -53,12 +53,12 @@ graphnotebook = [ mpi = ["mpi4py==4.1.1"] cluster = [ "pysqa==0.3.3", - "h5py==3.15.0", + "h5py==3.15.1", ] all = [ "mpi4py==4.1.1", "pysqa==0.3.3", - "h5py==3.15.0", + "h5py==3.15.1", "pygraphviz==1.14", "networkx==3.4.2", "ipython==9.0.2",