From 53bd28b754652dfb796ced70b58f454df7c6103e Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 4 Jun 2024 12:55:25 +1000 Subject: [PATCH] fix: enforce loopstructuralvisualisation version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a23f0df..cacde10a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ all = ['loopstructural[visualisation,export]'] visualisation = [ "matplotlib", "pyvista", - "loopstructuralviusualisation" + "loopstructuralviusualisation>0.1.4" ] export = [ "geoh5py",