diff --git a/requirements/embedded.txt b/requirements/embedded.txt index cd76a6f..3b6b495 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -1,4 +1,4 @@ pyvista>=0.4 #3D visualisation/vtk meshing LoopStructural~=1.6.6 #3D geological modelling -geoh5py>=0.9 #saving models to hdf5 +geoh5py>=0.13.0 #saving models to hdf5 dill>=0.4.1 #saving models to python diff --git a/requirements/testing.txt b/requirements/testing.txt index 3b45495..93ce0c7 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -5,7 +5,7 @@ pytest-cov>=7.1.0 packaging>=23 pyvista>=0.4 #3D visualisation/vtk meshing LoopStructural~=1.6.23 #3D geological modelling -geoh5py>=0.9 #saving models to hdf5 +geoh5py>=0.13.0 #saving models to hdf5 dill>=0.4.1 #saving models to python shapely geopandas