From e61be8d2830d8b5a4d972593b4847209d0e1f606 Mon Sep 17 00:00:00 2001 From: tiemvanderdeure Date: Mon, 23 Sep 2024 13:14:54 +0200 Subject: [PATCH 1/2] limit glmnet to 0.7.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 714f7f3..556d8a6 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" CategoricalArrays = "0.10" DelimitedFiles = "1" GLM = "1" -GLMNet = "0.7" +GLMNet = "0.7.2" Interpolations = "0.15" Lasso = "0.7" MLJBase = "1" From 5ff7ca3817af76909bf00174d6f75ad3046ddeb3 Mon Sep 17 00:00:00 2001 From: tiemvanderdeure Date: Mon, 23 Sep 2024 13:22:14 +0200 Subject: [PATCH 2/2] limit glmnet correctly --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 556d8a6..9aee3cc 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" CategoricalArrays = "0.10" DelimitedFiles = "1" GLM = "1" -GLMNet = "0.7.2" +GLMNet = "0.7.0 - 0.7.2" Interpolations = "0.15" Lasso = "0.7" MLJBase = "1"