From 33d72724fe9861f62c7c8637e62933e95940c7ee Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Sep 2023 01:14:49 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJBase to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b8df21a..e4370d0 100644 --- a/Project.toml +++ b/Project.toml @@ -10,10 +10,10 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -julia = "1" -MLJBase = "0.21" +MLJBase = "0.21, 1" MLJModelInterface = "1.9" OrderedCollections = "1.6" +julia = "1" [extras] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"