From 56e080479f304993c335e94ad6a857b55e0162fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 1 Mar 2023 00:11:36 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for MCMCChains to 6 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 08556aa86..b2648bc82 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ DistributionsAD = "0.6.3" Documenter = "0.26.1, 0.27" ForwardDiff = "0.10.12" LogDensityProblems = "2" -MCMCChains = "4.0.4, 5" +MCMCChains = "4.0.4, 5, 6" MacroTools = "0.5.5" Setfield = "0.7.1, 0.8, 1" StableRNGs = "1" From 4a3495ae2f5e58084c5a8e193604277ee2757c61 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:22:39 +0000 Subject: [PATCH 2/2] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index b2648bc82..db7e8ecba 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractMCMC = "2.1, 3.0, 4" -AbstractPPL = "0.5.1, 0.6" +AbstractPPL = "0.5" Bijectors = "0.11, 0.12" Distributions = "0.25" DistributionsAD = "0.6.3"