From 5e765eee025b16b377b44bb6840a125ba1d8bdcd Mon Sep 17 00:00:00 2001 From: lachlangrose <7371904+lachlangrose@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:08:34 +0000 Subject: [PATCH] fix: bump LoopStructural pin to null --- requirements/embedded.txt | 2 +- requirements/testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/embedded.txt b/requirements/embedded.txt index cf80cb9..16ee609 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -1,4 +1,4 @@ pyvista>=0.4 #3D visualisation/vtk meshing -LoopStructural~=1.7.0 #3D geological modelling +LoopStructural~=null #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.4.1 #saving models to python diff --git a/requirements/testing.txt b/requirements/testing.txt index 9b0f69a..21d8a1d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ pytest-cov>=7.1.0 packaging>=23 pyvista>=0.4 #3D visualisation/vtk meshing -LoopStructural~=1.7.0 #3D geological modelling +LoopStructural~=null #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.4.1 #saving models to python shapely