From 01e594df950cdd949e14c40578a1258ec6adb1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:32:39 +0200 Subject: [PATCH] CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.30, (keep existing compat) (#212) * CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.30, (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 ff179da0..f6ef830d 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.4" +version = "0.9.5" [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" +DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30" Folds = "0.2.9" ForwardDiff = "0.10.19" IrrationalConstants = "0.1.1, 0.2"