From 5ed13ffe151bd0f12c46d611dba1dbb88a5ac48a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Sep 2025 00:25:01 +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 caec6dfd..10b9b625 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Hyperopt = "0.5.6" JLD2 = "0.5.13, 0.6" Lux = "1.12.4" LuxCore = "1.2.4" -MLJ = "0.20" +MLJ = "0.20, 0.21" MLUtils = "0.4.8" Makie = "0.22, 0.23, 0.24" NCDatasets = "0.14.8"