From 52e178ca6dabd83de61554d6e40aa7b9695181c3 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:11:12 +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 d296f02..cf1e7fe 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Distributions = "0.23, 0.24, 0.25" -LearnBase = "0.4, 0.5" +LearnBase = "0.4, 0.5, 0.6" LearningStrategies = "0.2, 0.3, 0.4" RecipesBase = "1" Reexport = "0.1, 0.2, 1.0"