From b8586099ff50250cecb4e4278ec71295097451c6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 23 May 2025 00:11:57 +0000 Subject: [PATCH] CompatHelper: bump compat for MCMCChains in [weakdeps] to 7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b9253d2a5..c5cd871db 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ JET = "0.9, 0.10" KernelAbstractions = "0.9.33" LinearAlgebra = "1.6" LogDensityProblems = "2" -MCMCChains = "6" +MCMCChains = "6, 7" MacroTools = "0.5.6" Mooncake = "0.4.95" OrderedCollections = "1"