From 412b57b517f420fb3f7350d84cd4b82f155c8d0a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Jan 2025 00:29:13 +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 1620e6f4b..120065e9f 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"