From 3b92328a2ae8d7779b56961c301c086f81d7f4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:10:49 +0000 Subject: [PATCH] chore(deps): update loopstructural requirement in /requirements Updates the requirements on [loopstructural](https://github.com/loop3d/loopstructural) to permit the latest version. - [Release notes](https://github.com/loop3d/loopstructural/releases) - [Changelog](https://github.com/Loop3D/LoopStructural/blob/master/CHANGELOG.md) - [Commits](https://github.com/loop3d/loopstructural/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: loopstructural dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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..1567159 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~=1.8.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 9b0f69a..7d8ba3b 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~=1.8.0 #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.4.1 #saving models to python shapely