From e546f4ac844f48283b2cd4d4f3939f67a096c0e0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Nov 2024 01:05:37 +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 810e4cf16..106bef954 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,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.30" +DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.30, 0.31" Enzyme = "0.12, 0.13" Expect = "0.3" FillArrays = "1"