From 35f0a569afbc23680d0aab0623fc476bfdcf4198 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Nov 2022 00:22:10 +0000 Subject: [PATCH] CompatHelper: bump compat for MLJ to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aaab95e..f8fe8c1 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -MLJ = "0.18" +MLJ = "0.18, 0.19" MLJBase = "0.20" MLJModelInterface = "1" julia = "1.7"