From de9073ec4073e85f7f6d4243a8042b23b6ea5753 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:03:29 +0100 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.32, (keep existing compat) (#224) * CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.32, (keep existing compat) * Increment patch number --------- Co-authored-by: CompatHelper Julia Co-authored-by: Seth Axen --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 66bec83c..4b017f91 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" authors = ["Seth Axen and contributors"] -version = "0.9.7" +version = "0.9.8" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -41,7 +41,7 @@ ADTypes = "0.2, 1" Accessors = "0.1.12" Distributions = "0.25.87" DynamicHMC = "3.4.0" -DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30, 0.31" +DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" Folds = "0.2.9" ForwardDiff = "0.10.19" IrrationalConstants = "0.1.1, 0.2"