From 8455bf5dcd47394f8c6896b81defc9ddb8cf58ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:40:09 -0600 Subject: [PATCH] CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing compat) (#71) * CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing compat) --------- Co-authored-by: CompatHelper Julia Co-authored-by: Phillip Alday --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 549e90e..c52baa5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TopoPlots" uuid = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a" authors = ["Benedikt Ehinger", "Simon Danisch", "Beacon Biosignals, Inc."] -version = "0.2.0" +version = "0.2.1" [deps] CloughTocher2DInterpolation = "b70b374f-000b-463f-88dc-37030f004bd0" @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" CloughTocher2DInterpolation = "0.1" Delaunator = "0.1" Dierckx = "0.5" -GeometryBasics = "0.4" +GeometryBasics = "0.4, 0.5" InteractiveUtils = "1" LinearAlgebra = "1" Makie = "0.17.8, 0.18, 0.19, 0.20, 0.21"