From 6e6f5664833bbf992b1a4d3023aef65c545bf7f0 Mon Sep 17 00:00:00 2001 From: Asaf Manela Date: Fri, 2 Jul 2021 16:27:54 -0500 Subject: [PATCH] bumped version and updated compats --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 13956bb..19a711f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Lasso" uuid = "b4fcebef-c861-5a0f-a7e2-ba9dc32b180a" -version = "0.6.1" +version = "0.6.2" [deps] DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" @@ -15,9 +15,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] -DSP = "0.6, 0.7" -Distributions = "0.24" -GLM = "1.3" +DSP = "0.7" +Distributions = "0.25" +GLM = "1.5" MLBase = "0.8" Reexport = "0.2" StatsBase = "0.33"