Skip to content

Commit c8afdf3

Browse files
lachlangroseclaude
andcommitted
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 <noreply@anthropic.com>
1 parent ad74bc4 commit c8afdf3

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
2-
LoopStructural~=loop-interpolation-v0.0.1 #3D geological modelling
2+
LoopStructural~=1.7.0 #3D geological modelling
33
geoh5py>=0.9 #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
@@ -4,7 +4,7 @@
44
pytest-cov>=7.1.0
55
packaging>=23
66
pyvista>=0.4 #3D visualisation/vtk meshing
7-
LoopStructural~=loop-interpolation-v0.0.1 #3D geological modelling
7+
LoopStructural~=1.7.0 #3D geological modelling
88
geoh5py>=0.9 #saving models to hdf5
99
dill>=0.4.1 #saving models to python
1010
shapely

0 commit comments

Comments
 (0)