From b91ddfca44b447df81067fec46047d66481bb69c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:27:11 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 845e9b0..3d162a2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -23,7 +23,7 @@ LogDensityProblems = "2" MCMCDiagnosticTools = "0.3" PDMats = "0.11" Plots = "1" -PrettyTables = "2" +PrettyTables = "2, 3" Random = "1" SliceSampling = "0.7.1" StableRNGs = "1"