Skip to content

Commit 00b70b4

Browse files
Bump h5py from 3.13.0 to 3.14.0 (#723)
* Bump h5py from 3.13.0 to 3.14.0 Bumps [h5py](https://github.com/h5py/h5py) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.13.0...3.14.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump petsc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
1 parent 577cec7 commit 00b70b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
env:
2525
PYOM2_DIR: /home/runner/pyom2
26-
PETSC_VERSION: "3.22.1"
26+
PETSC_VERSION: "3.23.3"
2727
OMPI_MCA_rmaps_base_oversubscribe: "1"
2828
OMPI_MCA_mpi_yield_when_idle: "1"
2929
VEROS_REQUIRE_CYTHON_EXT: "1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy==2.2.4
55
numpy==1.26.4; python_version < '3.10'
66
scipy==1.15.2
77
h5netcdf==1.6.1
8-
h5py==3.13.0
8+
h5py==3.14.0
99
pillow==11.2.1
1010
loguru==0.7.3
1111
tqdm==4.67.1

0 commit comments

Comments
 (0)