From 111075eb1abc9c1691ab328a49603fad3b8339ae Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 10 May 2024 01:54:39 -0400 Subject: [PATCH] Bump Makie compat to v0.21 (#1937) Co-authored-by: Hendrik Ranocha --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68f9060b9d3..a973b092457 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ LinearAlgebra = "1" LinearMaps = "2.7, 3.0" LoopVectorization = "0.12.151" MPI = "0.20" -Makie = "0.19, 0.20" +Makie = "0.19, 0.20, 0.21" MuladdMacro = "0.2.2" Octavian = "0.3.21" OffsetArrays = "1.12"