From a9f6f7fe0191dd1918f870236f8d8cc8708d4c37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:39:55 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.31 for package turing, (keep existing compat) (#735) Co-authored-by: CompatHelper Julia --- test/turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/turing/Project.toml b/test/turing/Project.toml index 28341c20b..62e8cc8eb 100644 --- a/test/turing/Project.toml +++ b/test/turing/Project.toml @@ -11,7 +11,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] Distributions = "0.25" -DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30" +DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31" HypothesisTests = "0.11" MCMCChains = "6" ReverseDiff = "1.15"