Skip to content

Commit

Permalink
Merge pull request #356 from pyiron/dependabot/pip/h5io-0.2.3
Browse files Browse the repository at this point in the history
Bump h5io from 0.2.2 to 0.2.3
  • Loading branch information
jan-janssen authored Jun 5, 2024
2 parents 1dc58bf + d468d92 commit f9fe3cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- flux-core
- jupyter-book =1.0.0
- h5py =3.11.0
- h5io =0.2.2
- h5io =0.2.3
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- tqdm =4.66.4
- pyzmq =26.0.3
- h5py =3.11.0
- h5io =0.2.2
- h5io =0.2.3
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- tqdm =4.66.4
- pyzmq =26.0.3
- h5py =3.11.0
- h5io =0.2.2
- h5io =0.2.3
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- tqdm =4.66.4
- pyzmq =26.0.3
- h5py =3.11.0
- h5io =0.2.2
- h5io =0.2.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/pympipool"
mpi = ["mpi4py==3.1.6"]
hdf = [
"h5py==3.11.0",
"h5io==0.2.2",
"h5io==0.2.3",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit f9fe3cd

Please sign in to comment.