From 3f47d4c28dbb5627592e46308fbe76957456aedb Mon Sep 17 00:00:00 2001 From: giopaglia <24519853+giopaglia@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:50:20 +0200 Subject: [PATCH] Fix deps --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 97999b2..c3b5ce8 100644 --- a/Project.toml +++ b/Project.toml @@ -25,12 +25,12 @@ SoleModels = "0.8" CategoricalArrays = "0.10" DataFrames = "1.6" Distributions = "0.25" -FillArrays = "1.11" +FillArrays = "1" MLJModelInterface = "1.11" Parameters = "0.12" -Reexport = "1.2" +Reexport = "1" SoleBase = "0.12" -StatsBase = "0.34" +StatsBase = "0.30 - 0.34" julia = "1" [extras]