From 67fd81eb3027b99de9f3bca56990114365dadf9e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 14 Dec 2024 00:34:14 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.32 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 6f40ee61a..7845b9293 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -45,7 +45,7 @@ Clustering = "0.14, 0.15" Distributions = "0.25" DistributionsAD = "0.6.3" DynamicHMC = "2.1.6, 3.0" -DynamicPPL = "0.29, 0.30.4, 0.31" +DynamicPPL = "0.29, 0.30.4, 0.31, 0.32" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10.12 - 0.10.32, 0.10" HypothesisTests = "0.11"