From a5d52a2eaf6bc6bc50917edaeb48cd51d816c3e5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Nov 2025 00:24:20 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJ to 0.22, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d60fa60..e6094f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -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.22" MLJBase = "0.20, 0.21" MLJFlux = "0.2" MLJXGBoostInterface = "0.2, 0.3"