From 84122efe88cc14c2717fa0d7bbe44430d57e252d Mon Sep 17 00:00:00 2001 From: Vladimir Mikheev <33777074+vladdez@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:03:27 +0200 Subject: [PATCH] Bump Makie compat to 0.21 (#50) * Update Project.toml * Update Topoplots version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9461ac0..f4c2b98 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.1.7" +version = "0.1.8" [deps] CloughTocher2DInterpolation = "b70b374f-000b-463f-88dc-37030f004bd0" @@ -23,7 +23,7 @@ Dierckx = "0.5" GeometryBasics = "0.4" InteractiveUtils = "1" LinearAlgebra = "1" -Makie = "0.17.8, 0.18, 0.19, 0.20" +Makie = "0.17.8, 0.18, 0.19, 0.20, 0.21" Parameters = "0.12" PrecompileTools = "1" ScatteredInterpolation = "0.3.6"