From 6d25449583ee056fcbf883acca88a1730482bc82 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Nov 2024 00:33:48 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.31 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 81f255ad0..2b2d79734 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.2" +DynamicPPL = "0.29, 0.30.2, 0.31" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10.12 - 0.10.32, 0.10" HypothesisTests = "0.11"