From ad74bc4513c0d917958be7bdbf187bda640c218a Mon Sep 17 00:00:00 2001 From: lachlangrose <7371904+lachlangrose@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:29:59 +0000 Subject: [PATCH 1/2] fix: bump LoopStructural pin to loop-interpolation-v0.0.1 --- 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 cd76a6f..035357e 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 +LoopStructural~=loop-interpolation-v0.0.1 #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 3b45495..cf54ace 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.6.23 #3D geological modelling +LoopStructural~=loop-interpolation-v0.0.1 #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.4.1 #saving models to python shapely From c8afdf352fce969a4f42f56cd299d4b52e928d65 Mon Sep 17 00:00:00 2001 From: lachlangrose Date: Tue, 4 Aug 2026 12:06:08 +0930 Subject: [PATCH 2/2] fix: correct bad pin from first (buggy) auto-bump run The workflow's first run picked up a sub-package release tag (loop-interpolation-v0.0.1) instead of LoopStructural's own version. Now that the workflow reads the release-please manifest directly, correct this PR's pin to the actual latest LoopStructural release. Co-Authored-By: Claude Sonnet 5 --- 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 035357e..cf80cb9 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -1,4 +1,4 @@ pyvista>=0.4 #3D visualisation/vtk meshing -LoopStructural~=loop-interpolation-v0.0.1 #3D geological modelling +LoopStructural~=1.7.0 #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 cf54ace..9b0f69a 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~=loop-interpolation-v0.0.1 #3D geological modelling +LoopStructural~=1.7.0 #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.4.1 #saving models to python shapely