From a4b7afda4588dcebd95bf0de7846f96d57bec565 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Apr 2025 01:10:33 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.36, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68d1ff794..fe271ebd9 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ DataFrames = "1" DifferentiationInterface = "0.6.48" Distributions = "0.25" DocStringExtensions = "0.9" -DynamicPPL = "0.35" +DynamicPPL = "0.35, 0.36" Enzyme = "0.12, 0.13" Expect = "0.3" FillArrays = "1"