Skip to content

Commit

Permalink
Merge pull request #413 from pyiron/dependabot/pip/h5py-3.12.1
Browse files Browse the repository at this point in the history
Bump h5py from 3.11.0 to 3.12.1
  • Loading branch information
jan-janssen authored Oct 17, 2024
2 parents d253faf + f752dca commit 7cd614d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
- pyzmq =26.2.0
- flux-core
- jupyter-book =1.0.0
- h5py =3.11.0
- h5py =3.12.1
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4.1
- pygraphviz =1.14
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4.1
- pygraphviz =1.14
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.11.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4.1
- pygraphviz =1.14
Expand Down
6 changes: 3 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies:
- numpy
- openmpi
- cloudpickle =3.1.0
- mpi4py =3.1.6
- pyzmq =26.0.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core =0.59.0
- flux-pmix =0.5.0
- versioneer =0.28
- h5py =3.11.0
- h5py =3.12.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Repository = "https://github.com/pyiron/executorlib"
[project.optional-dependencies]
mpi = ["mpi4py==4.0.1"]
hdf = [
"h5py==3.11.0",
"h5py==3.12.1",
]
graph = [
"pygraphviz==1.14",
Expand Down

0 comments on commit 7cd614d

Please sign in to comment.