Skip to content

Commit 4f9ef5f

Browse files
authored
h5py - 3.13.0 (#593)
* Update pyproject.toml * Update environment-openmpi.yml * Update environment-mpich.yml * Update environment-win.yml * Update environment-docs.yml * Update pyproject.toml
1 parent b59efc1 commit 4f9ef5f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
- pyzmq =26.2.1
1313
- flux-core
1414
- jupyter-book =1.0.0
15-
- h5py =3.12.1
15+
- h5py =3.13.0
1616
- python =3.12

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.1
10-
- h5py =3.12.1
10+
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- ipython =8.32.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.1
10-
- h5py =3.12.1
10+
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- pysqa =0.2.3

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.1
10-
- h5py =3.12.1
10+
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- ipython =8.32.0

pyproject.toml

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

3838
[project.optional-dependencies]
39-
cache = ["h5py==3.12.1"]
39+
cache = ["h5py==3.13.0"]
4040
graph = [
4141
"pygraphviz==1.14",
4242
"networkx==3.4.2",
@@ -49,12 +49,12 @@ graphnotebook = [
4949
mpi = ["mpi4py==4.0.1"]
5050
cluster = [
5151
"pysqa==0.2.3",
52-
"h5py==3.12.1",
52+
"h5py==3.13.0",
5353
]
5454
all = [
5555
"mpi4py==4.0.1",
5656
"pysqa==0.2.3",
57-
"h5py==3.12.1",
57+
"h5py==3.13.0",
5858
"pygraphviz==1.14",
5959
"networkx==3.4.2",
6060
"ipython==8.32.0",

0 commit comments

Comments
 (0)