From caf6cbfe4360a278ab6c3743205bca54a08467fc Mon Sep 17 00:00:00 2001 From: Ayushk4 Date: Sat, 4 Jan 2020 09:22:54 +0530 Subject: [PATCH] Add Compat upper bound entries in Project.toml --- Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project.toml b/Project.toml index 9e54298..395b787 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,14 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" [compat] julia = "1" +LightXML = "0.8" +DataDeps = "0.7" +Glob = "1.2" +InternedStrings = "0.7" +StringEncodings = "0.3" +WordTokenizers = "0.5" +MultiResolutionIterators = "0.5" +CSV = "0.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"