From f863a51cf0c44af66b749eb492dbd9ba3908719e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:42:00 -0600 Subject: [PATCH] CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#103) * CompatHelper: bump compat for Makie to 0.22, (keep existing compat) * bump CairoMakie compat --------- Co-authored-by: CompatHelper Julia Co-authored-by: Phillip Alday --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 22a34a0..5abca51 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.4" +version = "0.4.5" [deps] BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a" @@ -19,11 +19,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Aqua = "0.5, 0.6" BSplineKit = "0.15, 0.16, 0.17" -CairoMakie = "0.11, 0.12" +CairoMakie = "0.11, 0.12, 0.13" DataFrames = "1" Distributions = "0.25" KernelDensity = "0.6.3" -Makie = "0.20, 0.21" +Makie = "0.20, 0.21, 0.22" MixedModels = "4.14" PrecompileTools = "1" Random = "1"