From b142f2ddd370adaa9b7dee4de989b732b1e45b43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:26:14 +0000 Subject: [PATCH] CompatHelper: bump compat for "DataFrames" to "1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 56373a85..35140a27 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] BenchmarkTools = "0.5" CSV = "0.8" -DataFrames = "0.21, 0.22" +DataFrames = "0.21, 0.22, 1" DataStructures = "0.18" Distributions = "0.23, 0.24" Documenter = "0.25, 0.26"