From 339d66840b59b2c3a6857d3d20d26c24e4a5dd65 Mon Sep 17 00:00:00 2001 From: tan Date: Sat, 19 Dec 2020 09:05:53 +0530 Subject: [PATCH] fix Project.toml, add Tables compat entry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5db96a3a..314532e6 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e" [compat] -DataFrames = "0.21, 0.22" +Tables = "1.2" DataStructures = "0.17, 0.18" JSON = "0.21" Languages = "0.4"