From 324571424a7fda5eae41b574ce0eaf703e71137a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:59:08 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.21, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 094ad067ca3..8974d4b45e3 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"