Skip to content

Commit

Permalink
Merge pull request #1650 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 0f07ee7 + 6737896 commit 544c466
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 @@ -10,7 +10,7 @@ dependencies:
- cloudpickle =3.1.0
- gitpython =3.1.43
- h5io_browser =0.1.4
- h5py =3.11.0
- h5py =3.12.1
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.2
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- cloudpickle =3.1.0
- h5io_browser =0.1.4
- h5py =3.11.0
- h5py =3.12.1
- monty =2024.7.30
- numpy =2.1.2
- pandas =2.2.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- cloudpickle =3.1.0
- gitpython =3.1.43
- h5io_browser =0.1.4
- h5py =3.11.0
- h5py =3.12.1
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.2
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cloudpickle =3.1.0
- gitpython =3.1.43
- h5io_browser =0.1.4
- h5py =3.11.0
- h5py =3.12.1
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"cloudpickle==3.1.0",
"executorlib==0.0.4",
"h5io_browser==0.1.4",
"h5py==3.11.0",
"h5py==3.12.1",
"numpy==2.1.2",
"monty==2024.7.30",
"pandas==2.2.3",
Expand Down

0 comments on commit 544c466

Please sign in to comment.