From eb662ffbb7e2dd0ffb462529a571129a8c59d2d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Jan 2025 00:32:20 +0000 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL to 0.33, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eea0b0b7ee..ecceb4ed63 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.36.0" +version = "0.36.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -63,7 +63,7 @@ Distributions = "0.23.3, 0.24, 0.25" DistributionsAD = "0.6" DocStringExtensions = "0.8, 0.9" DynamicHMC = "3.4" -DynamicPPL = "0.32" +DynamicPPL = "0.32, 0.33" EllipticalSliceSampling = "0.5, 1, 2" ForwardDiff = "0.10.3" Libtask = "0.8.8"