From fe93d5736d5f3a0b1eba4a4f24a88fcf3d84fdee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 00:56:06 +0000 Subject: [PATCH] CompatHelper: bump compat for "DataFrames" to "0.22" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b3ab181..b8f28a0 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -DataFrames = "0.19, 0.20, 0.21" +DataFrames = "0.19, 0.20, 0.21, 0.22" LearnBase = "0.2, 0.3" MLDataPattern = "0.5" MLLabelUtils = "0.4, 0.5"