From 02ba154f3ce3a2fbfc35f905ee7fbfa29c816a9f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Nov 2024 00:13:19 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.31 for package turing, (keep existing compat) --- 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"