Skip to content

Commit cde9883

Browse files
authored
Update h5py to 3.15.1 (#852)
* Update pyproject.toml * Update environment.yml * Update environment-docs.yml * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment-win.yml * Update pyproject.toml
1 parent 1c381d7 commit cde9883

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- sphinx
1212
- sphinx_rtd_theme
1313
- cloudpickle =3.1.1
14-
- h5py =3.15.0
14+
- h5py =3.15.1
1515
- jupyter-book =1.0.0
1616
- mpi4py =4.1.1
1717
- python =3.12

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- numpy =2.3.3
66
- mpich
77
- cloudpickle =3.1.1
8-
- h5py =3.15.0
8+
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- numpy =2.3.3
66
- openmpi
77
- cloudpickle =3.1.1
8-
- h5py =3.15.0
8+
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- numpy =2.3.3
66
- msmpi
77
- cloudpickle =3.1.1
8-
- h5py =3.15.0
8+
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- flux-pmix =0.6.0
1010
- hatchling =1.27.0
1111
- hatch-vcs =0.5.0
12-
- h5py =3.15.0
12+
- h5py =3.15.1
1313
- ipython =9.0.2
1414
- matplotlib =3.10.0
1515
- mpi4py =4.1.1

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation = "https://executorlib.readthedocs.io"
4040
Repository = "https://github.com/pyiron/executorlib"
4141

4242
[project.optional-dependencies]
43-
cache = ["h5py==3.15.0"]
43+
cache = ["h5py==3.15.1"]
4444
graph = [
4545
"pygraphviz==1.14",
4646
"networkx==3.4.2",
@@ -53,12 +53,12 @@ graphnotebook = [
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
5555
"pysqa==0.3.3",
56-
"h5py==3.15.0",
56+
"h5py==3.15.1",
5757
]
5858
all = [
5959
"mpi4py==4.1.1",
6060
"pysqa==0.3.3",
61-
"h5py==3.15.0",
61+
"h5py==3.15.1",
6262
"pygraphviz==1.14",
6363
"networkx==3.4.2",
6464
"ipython==9.0.2",

0 commit comments

Comments
 (0)