From 02989d091d2ee2f786cacea65e442ffd30c6d700 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:32:42 +0200 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] to 0.34, (keep existing compat) (#206) * CompatHelper: bump compat for Turing in [weakdeps] to 0.34, (keep existing compat) * Bump Turing compat in docs and tests * Increment patch version --------- Co-authored-by: CompatHelper Julia Co-authored-by: Seth Axen --- Project.toml | 4 ++-- docs/Project.toml | 2 +- test/integration/Turing/Project.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 11bbfb50..c9120d27 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.1" +version = "0.9.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -62,7 +62,7 @@ SciMLBase = "1.95.0, 2" Statistics = "1.6" StatsBase = "0.33.7, 0.34" Transducers = "0.4.81" -Turing = "0.31.4, 0.32, 0.33" +Turing = "0.31.4, 0.32, 0.33, 0.34" UnPack = "1" julia = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 1bd3cf4d..17946eac 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -30,4 +30,4 @@ StatsFuns = "1" StatsPlots = "0.14.21, 0.15" TransformVariables = "0.6.2, 0.7, 0.8" TransformedLogDensities = "1.0.2" -Turing = "0.31.4, 0.32, 0.33" +Turing = "0.31.4, 0.32, 0.33, 0.34" diff --git a/test/integration/Turing/Project.toml b/test/integration/Turing/Project.toml index 8c0b5df0..e59b1e29 100644 --- a/test/integration/Turing/Project.toml +++ b/test/integration/Turing/Project.toml @@ -9,5 +9,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] LogDensityProblems = "2.1.0" Pathfinder = "0.9" -Turing = "0.31.4, 0.32, 0.33" +Turing = "0.31.4, 0.32, 0.33, 0.34" julia = "1.6"