From e15f180dfb0db7238eb6b4e618fc556e24521a49 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 15 Jun 2025 00:10:17 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d13375..adb97aa 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ FlyThroughPathsMakieExt = "Makie" [compat] LinearAlgebra = "1" -Makie = "0.21, 0.22" +Makie = "0.21, 0.22, 0.23" StaticArrays = "1" Test = "1" julia = "1.10"