From aa0cf905590a6b67c9a8a82640b06ef66110e5f3 Mon Sep 17 00:00:00 2001 From: Jose Esparza <28990958+pebeto@users.noreply.github.com> Date: Sat, 18 May 2024 13:54:21 -0500 Subject: [PATCH] Upgrading MLJFlow.jl to v0.4.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bbb719f80..f3b43be6d 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Distributions = "0.21,0.22,0.23, 0.24, 0.25" MLJBalancing = "0.1" MLJBase = "1" MLJEnsembles = "0.4" -MLJFlow = "0.4" +MLJFlow = "0.4.2" MLJIteration = "0.6" MLJModels = "0.16" MLJTestIntegration = "0.5.0"