From b88401d4126fffd1d163aedc94785bc60a287de8 Mon Sep 17 00:00:00 2001 From: PharmCat Date: Fri, 16 Jul 2021 18:23:04 +0300 Subject: [PATCH] reexport deps --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7387a04..7374f61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MetidaBase" uuid = "075456b7-4006-432f-9324-2f8453996c49" authors = ["PharmCat and contributors"] -version = "0.2.3" +version = "0.2.4" [deps] StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" @@ -14,7 +14,7 @@ julia = "1" StatsModels = "0.6" Tables = "1" PrettyTables = "1" -Reexport = "1" +Reexport = "0.2, 1.0, 1.1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"