From fdfc3c215b965a066598b88385d92b4dee3dbc60 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 27 Oct 2021 00:30:52 +0000 Subject: [PATCH] CompatHelper: bump compat for LearnBase to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2514ebf..e1ee68e 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] DataFrames = "1" -LearnBase = "0.4" +LearnBase = "0.4, 0.5" MLLabelUtils = "0.5" StatsBase = "0.33" julia = "1"