From a0eec8690f803bb9d77d151b540e6f8931664a33 Mon Sep 17 00:00:00 2001 From: Gabriel Dansereau Date: Thu, 13 May 2021 11:45:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20compat=20entry=20in=20t?= =?UTF-8?q?est=20for=20DataFrames=20v0.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests fail with the v0.21.x series, as the :auto keyword needed in v1.x.x is not supported. --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 7510e3d4..3bd386f8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,5 +6,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -DataFrames = "0.21, 0.22, 1.0" +DataFrames = "0.22, 1.0" GBIF = "0.2, 0.3"