From a7972811ba4777e6e9f51b49d844956afd8d23c6 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 13 Feb 2023 21:22:38 +0000 Subject: [PATCH] bump prettytables compat (#67) The breaking changes were in the kwargs, which we don't use --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0f25385..44e906f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OndaEDF" uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e" authors = ["Beacon Biosignals, Inc."] -version = "0.11.2" +version = "0.11.3" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -23,7 +23,7 @@ FilePathsBase = "0.9" Legolas = "0.5" Onda = "0.15" OndaEDFSchemas = "0.2.1" -PrettyTables = "1.3" +PrettyTables = "1.3, 2" StableRNGs = "1" StatsBase = "0.33" Tables = "1.4"