From 7e21defa2a16c8230eb94a07a72466717e65d146 Mon Sep 17 00:00:00 2001 From: PharmCat <13901158+PharmCat@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:26:42 +0300 Subject: [PATCH] pretty tables 2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6f6d9c8..4a59b38 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.10.0" +version = "0.10.1" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -21,7 +21,7 @@ Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25" StatsBase = "0.29, 0.30, 0.31, 0.32, 0.33" StatsModels = "0.6" Tables = "1" -PrettyTables = "1, 2" +PrettyTables = "2" TypedTables = "1, 2" CPUSummary = "0.1" julia = "1"