From 3c885be486ae47d06bb138c799a8ce0ed3edbac5 Mon Sep 17 00:00:00 2001 From: itsdfish Date: Wed, 3 Jul 2024 18:15:32 -0400 Subject: [PATCH] support dynamicppl .28 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91d343a9..8026b505 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ TuringExt = "Turing" [compat] Distributions = "v0.24.6, 0.25" -DynamicPPL = "0.22.0,0.23.0,0.24.0,0.25,0.26.0,0.27" +DynamicPPL = "0.22.0,0.23.0,0.24.0,0.25,0.26.0,0.27,0.28.0" FunctionZeros = "0.2.0,0.3.0, 1" HCubature = "1" Interpolations = "0.14.0,0.15.0"