From b80dbe5572874bdccee699140fae22f55845ea81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 01:16:42 +0000 Subject: [PATCH] CompatHelper: bump compat for "LearnBase" to "0.6" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 864c9d9..3907aae 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] DataFrames = "0.19, 0.20, 0.21, 0.22, 1" -LearnBase = "0.2, 0.3" +LearnBase = "0.2, 0.3, 0.6" MLDataPattern = "0.5" MLLabelUtils = "0.4, 0.5" StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"