From d4b524973031ce2310a57624faf0ae41ea2c2427 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 01:39:22 +0000 Subject: [PATCH] CompatHelper: bump compat for ArviZExampleData in [extras] to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d0e0dcee..de375122 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "InferenceObjects" uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00" -authors = ["Seth Axen and contributors"] version = "0.4.14" +authors = ["Seth Axen and contributors"] [deps] ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9" @@ -23,7 +23,7 @@ InferenceObjectsPosteriorStatsExt = ["PosteriorStats", "StatsBase"] [compat] ANSIColoredPrinters = "0.0.1" -ArviZExampleData = "0.1.10" +ArviZExampleData = "0.1.10, 0.2" Dates = "1" DimensionalData = "0.27, 0.28, 0.29" EvoTrees = "0.16"