From ecb0a5938cfa278890b1aeb391e4a4880ce6afb1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 22 Jun 2025 00:49:47 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.24, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8d4c388..cedaabc 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ GeometryBasics = "0.5" Graphs = "1" JSON = "0.21" LoopVectorization = "0.12" -Makie = "0.22" +Makie = "0.22, 0.24" MeshIO = "0.5" Observables = "0.5" OrderedCollections = "1"