From 9c8e3cb229f6a12d45a940f8e15ee2e4b5d96cdd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Jan 2025 00:31:51 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.34 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..c2c530dd43 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.34" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10.12 - 0.10.32, 0.10" HypothesisTests = "0.11"