From f3db9e3d207009befb78ec28bd2ad8390adff060 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 00:11:41 +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"