From f9a5ec950b8d406be4896f6a71c45fabec5ca8b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 00:50:16 +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 eec1dd6dd..16a12c97f 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ IteratorInterfaceExtensions = "^1" LinearAlgebra = "1.10" Logging = "1.10" MLStyle = "0.4.17" -Makie = "0.20, 0.21, 0.22" +Makie = "0.20, 0.21, 0.22, 0.23" Markdown = "1.10" Moshi = "0.3" PartialFunctions = "1.1"