From 8d285aa68d891f313f33a8515061993f1c6fa2b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Oct 2023 00:09:14 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractMCMC to 5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5657b153e..f80b43394 100644 --- a/Project.toml +++ b/Project.toml @@ -29,13 +29,13 @@ MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" DynamicPPLMCMCChainsExt = ["MCMCChains"] [compat] -AbstractMCMC = "2, 3.0, 4" +AbstractMCMC = "2, 3.0, 4, 5" AbstractPPL = "0.6" BangBang = "0.3" Bijectors = "0.13" ChainRulesCore = "0.9.7, 0.10, 1" -ConstructionBase = "1.5.4" Compat = "4" +ConstructionBase = "1.5.4" Distributions = "0.23.8, 0.24, 0.25" DocStringExtensions = "0.8, 0.9" LogDensityProblems = "2"