Skip to content

Commit 5569e13

Browse files
authored
Update h5py to 3.16.0 (#957)
* Update h5py to 3.16.0 * Update pyproject.toml
1 parent 837f48c commit 5569e13

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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.2
14-
- h5py =3.15.1
14+
- h5py =3.16.0
1515
- jupyter-book =1.0.0
1616
- mpi4py =4.1.1
1717
- python =3.12

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- h5py =3.15.1
4+
- h5py =3.16.0
55
- jupyter
66
- mpi4py =4.1.1
77
- numpy =2.3.5

.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.4.2
66
- mpich
77
- cloudpickle =3.1.2
8-
- h5py =3.15.1
8+
- h5py =3.16.0
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0

.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.4.2
66
- openmpi
77
- cloudpickle =3.1.2
8-
- h5py =3.15.1
8+
- h5py =3.16.0
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0

.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.4.2
66
- msmpi
77
- cloudpickle =3.1.2
8-
- h5py =3.15.1
8+
- h5py =3.16.0
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0

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.29.0
1111
- hatch-vcs =0.5.0
12-
- h5py =3.15.1
12+
- h5py =3.16.0
1313
- ipython =9.9.0
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.1"]
43+
cache = ["h5py==3.16.0"]
4444
graph = [
4545
"pygraphviz==1.14",
4646
"networkx==3.6.1",
@@ -53,15 +53,15 @@ graphnotebook = [
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
5555
"pysqa==0.3.5",
56-
"h5py==3.15.1",
56+
"h5py==3.16.0",
5757
]
5858
validation = [
5959
"pydantic==2.12.5",
6060
]
6161
all = [
6262
"mpi4py==4.1.1",
6363
"pysqa==0.3.5",
64-
"h5py==3.15.1",
64+
"h5py==3.16.0",
6565
"pydantic==2.12.5",
6666
"pygraphviz==1.14",
6767
"networkx==3.6.1",

0 commit comments

Comments
 (0)