Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Fix DataFrames compatibility #96

Merged
merged 6 commits into from
May 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🔧 remove compat entry in test for DataFrames v0.21
Tests fail with the v0.21.x series, as the :auto keyword needed in v1.x.x is not supported.
gabrieldansereau committed May 13, 2021
commit a0eec8690f803bb9d77d151b540e6f8931664a33
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
@@ -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"