From 1daf390c11373268a27aea757a0160d2c1b0ef10 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 27 May 2026 04:15:10 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.42, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5ead3726..64b61bb9 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ PlotsExt = ["Plots", "Interpolations", "KernelDensity"] [compat] ArgCheck = "2.5.0" Distributions = "v0.24.6, 0.25" -DynamicPPL = "0.25 - 0.39, 0.40" +DynamicPPL = "0.25 - 0.39, 0.40, 0.42" FunctionZeros = "0.2.0,0.3.0, 1" HCubature = "1" Interpolations = "0.14.0,0.15.0,0.16.0"