Skip to content

Commit 970a7fa

Browse files
chore(deps): update geoh5py requirement in /requirements
Updates the requirements on [geoh5py](https://github.com/MiraGeoscience/geoh5py) to permit the latest version. - [Release notes](https://github.com/MiraGeoscience/geoh5py/releases) - [Commits](MiraGeoscience/geoh5py@v0.9.0...v0.13.0) --- updated-dependencies: - dependency-name: geoh5py dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7850418 commit 970a7fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/embedded.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyvista>=0.4 #3D visualisation/vtk meshing
22
LoopStructural~=1.6.6 #3D geological modelling
3-
geoh5py>=0.9 #saving models to hdf5
3+
geoh5py>=0.13.0 #saving models to hdf5
44
dill>=0.4.1 #saving models to python

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-cov>=7.1.0
55
packaging>=23
66
pyvista>=0.4 #3D visualisation/vtk meshing
77
LoopStructural~=1.6.23 #3D geological modelling
8-
geoh5py>=0.9 #saving models to hdf5
8+
geoh5py>=0.13.0 #saving models to hdf5
99
dill>=0.4.1 #saving models to python
1010
shapely
1111
geopandas

0 commit comments

Comments
 (0)