From 05a3fcd2e8f780e908dc2ffa78f1743f70c9ec62 Mon Sep 17 00:00:00 2001 From: Asaf Manela Date: Sun, 6 Oct 2024 10:56:12 +0300 Subject: [PATCH] bumped Lasso and GLM versions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3cffded..6355da4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Lasso" uuid = "b4fcebef-c861-5a0f-a7e2-ba9dc32b180a" -version = "0.7.1" +version = "0.7.2" [deps] DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" @@ -17,7 +17,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] DSP = "0.7" Distributions = "0.25" -GLM = "1.8" +GLM = "1.8, 1.9" MLBase = "0.9" Reexport = "1" StatsBase = "0.33, 0.34"