From 5f7d015e074e77124b79295024fa20602e386a66 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Jun 2025 01:11:38 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Makie to 0.23, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index aa978d4..e6b4f0b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MixedModelsMakie" uuid = "b12ae82c-6730-437f-aff9-d2c38332a376" authors = ["Phillip Alday ", "Douglas Bates ", "contributors"] -version = "0.4.7" +version = "0.4.8" [deps] BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a" @@ -23,7 +23,7 @@ CairoMakie = "0.11, 0.12, 0.13" DataFrames = "1" Distributions = "0.25" KernelDensity = "0.6.3" -Makie = "0.20, 0.21, 0.22" +Makie = "0.20, 0.21, 0.22, 0.23" MixedModels = "4.14" PrecompileTools = "1" Random = "1" From 1d20c90212d25ae4f3c74d834a666fb4d781b227 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 17 Jun 2025 20:23:38 -0500 Subject: [PATCH 2/2] CairoMakie --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e6b4f0b..c1bb857 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Aqua = "0.5, 0.6" BSplineKit = "0.15, 0.16, 0.17, 0.18, 0.19" -CairoMakie = "0.11, 0.12, 0.13" +CairoMakie = "0.11, 0.12, 0.13, 0.14" DataFrames = "1" Distributions = "0.25" KernelDensity = "0.6.3"