From 6a58e453a05a0f3ca589880f12f1c634955891f0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Nov 2024 00:19:42 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.31, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f6ef830d..7d51a369 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ ADTypes = "0.2, 1" Accessors = "0.1.12" Distributions = "0.25.87" DynamicHMC = "3.4.0" -DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30" +DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30, 0.31" Folds = "0.2.9" ForwardDiff = "0.10.19" IrrationalConstants = "0.1.1, 0.2"