From 3fa01ba59fb984afe6e3c0f3fa6880a6a26fbce1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Aug 2025 00:12:45 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package benchmarks, (keep existing compat) --- benchmarks/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/Project.toml b/benchmarks/Project.toml index 3d14d03ff..e1c8a85ed 100644 --- a/benchmarks/Project.toml +++ b/benchmarks/Project.toml @@ -15,8 +15,8 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" -[sources] -DynamicPPL = {path = "../"} +[sources.DynamicPPL] +path = "../" [compat] ADTypes = "1.14.0" @@ -26,6 +26,6 @@ DynamicPPL = "0.37" ForwardDiff = "0.10.38, 1" LogDensityProblems = "2.1.2" Mooncake = "0.4" -PrettyTables = "2.4.0" +PrettyTables = "2.4.0, 3" ReverseDiff = "1.15.3" StableRNGs = "1"