Skip to content

Commit

Permalink
Bump h5py from 3.11.0 to 3.12.1 (#78)
Browse files Browse the repository at this point in the history
* Bump h5py from 3.11.0 to 3.12.1

Bumps [h5py](https://github.com/h5py/h5py) from 3.11.0 to 3.12.1.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.11.0...3.12.1)

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update environment.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jan-janssen authored Oct 17, 2024
1 parent 062a911 commit e54375e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
dependencies:
- coverage
- h5io =0.2.4
- h5py =3.11.0
- h5py =3.12.1
- numpy =2.1.2
- pandas =2.2.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"h5io==0.2.4",
"h5py==3.11.0",
"h5py==3.12.1",
"numpy==2.1.2",
"pandas==2.2.3",
]
Expand Down

0 comments on commit e54375e

Please sign in to comment.