From 6f67a19086a8c276ae9edb753d96a4cfe4c7c573 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 May 2024 01:12:16 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.27, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05c48bd..fb7aacc 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ DataFrames = "1.3" Distributions = "0.25" DistributionsAD = "0.6" DocStringExtensions = "0.8, 0.9" -DynamicPPL = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24" +DynamicPPL = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.27" FillArrays = "1" GLM = "1.8" KernelDensity = "0.6, 0.7"