From a640d427c91ff0c9ceeb516e78816b78dab513fe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:35:10 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9652681..719de3d 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ LogExpFunctions = "0.3" MCMCChains = "6, 7" MCMCDiagnosticTools = "0.3.2" NamedDims = "0.2.35, 1" -PrettyTables = "2.1,2.2" +PrettyTables = "2.1,2.2, 3" Requires = "1.1.3" Statistics = "<0.0.1, 1" StatsBase = "0.33.10, 0.34"