From b8038ada2505e850b7adb1d274b1394393488693 Mon Sep 17 00:00:00 2001 From: Roger-Luo Date: Thu, 29 Apr 2021 21:21:59 -0400 Subject: [PATCH] add compat --- Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 74330de..0c82837 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,10 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b" [compat] -julia = "1.6.1" +julia = "1.6" +Expronicon = "0.6" +MLStyle = "0.4" +YaoLocations = "0.1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"