From 93f53a5fa3b355a992439eace453a11b028d1b5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 01:19:49 +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 0d4cc034..b5f3b3f0 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742" [compat] CSV = "0.7, 0.8" CUDA = "2" -DataFrames = "0.21" +DataFrames = "0.21, 0.22" LightGraphs = "1.3" LoopVectorization = "0.8" MLDatasets = "0.4, 0.5"