From cfe359cfc6fe77e6f768a3688eaed0e4fba330c2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Apr 2025 01:51:07 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL 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 a26875fd..2e66fbb5 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ TuringExt = "Turing" [compat] Distributions = "v0.24.6, 0.25" -DynamicPPL = "0.29.0,0.30.0,0.31.0,0.32.0,0.33.0,0.34.0,0.35.0" +DynamicPPL = "0.29.0,0.30.0,0.31.0,0.32.0,0.33.0,0.34.0,0.35.0, 0.36" FunctionZeros = "0.2.0,0.3.0, 1" HCubature = "1" Interpolations = "0.14.0,0.15.0"