From d3679ceb46b79249ba7db420d4288434a2db470e Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Thu, 9 May 2024 21:34:26 -0400 Subject: [PATCH] Bump Makie compat to v0.21 --- 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"