From af2ecbe432e7fd1dfb4be22ceeb7d721204b6a76 Mon Sep 17 00:00:00 2001 From: Randy Boyes Date: Tue, 2 Apr 2024 16:43:19 -0400 Subject: [PATCH] compat entry updates --- Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0ed3078..069ef8c 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,10 @@ CairoMakie = "0.11" CategoricalArrays = "0.10" Colors = "0.12" DataFrames = "1.5" -Makie = "0.20.7" +GLM = "1.9" +KernelDensity = "0.6" +Loess = "0.6" +Makie = "0.20.8" Reexport = "1.2" TidierData = "0.15" julia = "1.10"