From 782933d9120978bcc1e24a5e4bbd60a28cf27415 Mon Sep 17 00:00:00 2001 From: andre_ramos Date: Tue, 29 Oct 2024 20:33:08 -0300 Subject: [PATCH] add deps --- docs/Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 1c41a2d..efbcd71 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,5 +1,11 @@ [deps] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "1.10" +GLMNet = "0.7.4" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" \ No newline at end of file