From 726b8b5fd8838869c6b14293c688b181009a61ae Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Jan 2025 01:03:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.33, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7e6419ca0..89f9aa5a5 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ BridgeStan = "2" DataFrames = "1" Distributions = "0.25" DocStringExtensions = "0.9" -DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" +DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" Enzyme = "0.12, 0.13" Expect = "0.3" FillArrays = "1"