From 964c05bce6cf9671f3fde2ac72e7c77396b61bbf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Sep 2025 00:22:48 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJ to 0.21, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d60fa60..29446fe 100644 --- a/Project.toml +++ b/Project.toml @@ -148,7 +148,7 @@ Loess = "0.5.3, 0.6" Lux = "0.4" MCMCChains = "5.0, 6" MCMCDiagnosticTools = "0.1" -MLJ = "0.19" +MLJ = "0.19, 0.21" MLJBase = "0.20, 0.21" MLJFlux = "0.2" MLJXGBoostInterface = "0.2, 0.3"