From 5a4bdc9d0dbb67d3c208d789dffe6d5a51482e6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 01:09:19 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "Turing" to "0.17" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 55e85bd4..13f9d5d4 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Requires = "0.5, 1.0" StanSample = "3" StructArrays = "0.4, 0.5" TransformVariables = "0.3, 0.4" -Turing = "0.12, 0.13, 0.14, 0.15, 0.16" +Turing = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17" julia = "1.6" [extras] From 1b61931b75245ff9a62398b85c8626498fd6fa6c Mon Sep 17 00:00:00 2001 From: Vaibhav Dixit Date: Sat, 7 Aug 2021 13:38:20 +0530 Subject: [PATCH 2/2] Try bounding Distributions --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 13f9d5d4..fe457235 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" DiffEqBase = "6.36" DiffResults = "0.0.4, 1.0" Distances = "0.8, 0.9, 0.10" -Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" +Distributions = "0.21, 0.22, 0.23, 0.24, <0.25.11" DocStringExtensions = "0.8" DynamicHMC = "2.1, 3" ForwardDiff = "0.10"