From b1e37f0d7bb84db9b934cd2e29aafe0067c19a05 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Jan 2025 00:32:54 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.33 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 1620e6f4b7..120065e9f5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -51,7 +51,7 @@ Combinatorics = "1" Distributions = "0.25" DistributionsAD = "0.6.3" DynamicHMC = "2.1.6, 3.0" -DynamicPPL = "0.32.2" +DynamicPPL = "0.32.2, 0.33" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10.12 - 0.10.32, 0.10" HypothesisTests = "0.11"