Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/embedded.txt
Original file line number Diff line number Diff line change
@@ -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
dill>=0.3.9 #saving models to python
dill>=0.4.1 #saving models to python
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packaging>=23
pyvista>=0.4 #3D visualisation/vtk meshing
LoopStructural>=1.6.23 #3D geological modelling
geoh5py>=0.9 #saving models to hdf5
dill>=0.3.9 #saving models to python
dill>=0.4.1 #saving models to python
shapely
geopandas
map2loop~=3.3.1
Expand Down
Loading