From 4c85621251f9f4305136eca63909dffe0302e7fa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Oct 2023 00:37:07 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJFlux to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9b4c73c4..0f17f50c 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ DataFrames = "1.5.0" Flux = "0.12, 0.13, 0.14" MLJ = "0.19.2" MLJBase = "0.21.11" -MLJFlux = "0.2.10, 0.3" +MLJFlux = "0.2.10, 0.3, 0.4" MLJModelInterface = "1.8.0" MLUtils = "0.4.3" Parameters = "0.12"