From b57d44a06f34e8c85db02b6dc20814cd987777f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 16:04:54 +0000 Subject: [PATCH] CompatHelper: bump compat for "DataFrames" to "0.21" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cb7fcab17..06b73dddc 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a" CSVFiles = "0.16, 1.0" Classes = "1.2" Compose = "0.7, 0.8" -DataFrames = "0.19.1, 0.20" +DataFrames = "0.19.1, 0.20, 0.21" DataStructures = "0.17" Distributions = "0.21, 0.22, 0.23" Electron = "1.1, 2.0"