From 4dcb2ad81dda1e96a78e32115a721fc8300c3154 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 8 Aug 2025 00:15:12 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.36 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..b3e878f4f 100644 --- a/benchmarks/Project.toml +++ b/benchmarks/Project.toml @@ -15,14 +15,14 @@ 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" BenchmarkTools = "1.6.0" Distributions = "0.25.117" -DynamicPPL = "0.37" +DynamicPPL = "0.37, 0.36" ForwardDiff = "0.10.38, 1" LogDensityProblems = "2.1.2" Mooncake = "0.4"