From bf29b694edd7f6ebcdf30b85c468de1310bf9a4f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:38:18 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie to 0.22, (keep existing compat) --- Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index c52baa5..fd56db9 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.1" +version = "0.2.2" [deps] CloughTocher2DInterpolation = "b70b374f-000b-463f-88dc-37030f004bd0" @@ -24,7 +24,7 @@ Dierckx = "0.5" GeometryBasics = "0.4, 0.5" InteractiveUtils = "1" LinearAlgebra = "1" -Makie = "0.17.8, 0.18, 0.19, 0.20, 0.21" +Makie = "0.17.8, 0.18, 0.19, 0.20, 0.21, 0.22" NaturalNeighbours = "1" Parameters = "0.12" PrecompileTools = "1" @@ -36,6 +36,5 @@ julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -# See test/Project.toml!! [targets] test = ["Test"]