From eb4472a92f118daf4a9e1d413e78a07196ee0dac Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 00:22:11 +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 933c9df..2355a6d 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ HEPExampleProjectMakieExt = "Makie" HEPExampleProjectPlotsExt = ["Plots", "RecipesBase"] [compat] -Makie = "0.22.9" +Makie = "0.22.9, 0.23" Plots = "1" Random = "1" RecipesBase = "1"