From 41a42097aec32a7b0bfb9c90f78de2a7849014b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Sep 2024 00:50:09 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJFlux to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 451430e..4be739d 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ Distributions = "0.25.109" Flux = "0.12, 0.13, 0.14" LinearAlgebra = "1.7, 1.10" MLJBase = "1" -MLJFlux = "0.5" +MLJFlux = "0.5, 0.6" MLJModelInterface = "1.8.0" MLUtils = "0.4" Optimisers = "0.2, 0.3"