From dc6730da652daaf142765053b465cc72449bd63f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 04:09:46 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 087d0382..8acebca3 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.17" +authors = ["Seth Axen and contributors"] [deps] ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9" @@ -31,7 +31,7 @@ MCMCDiagnosticTools = "0.3.4" MLJBase = "1" NCDatasets = "0.12.6, 0.13, 0.14" OffsetArrays = "1" -OrderedCollections = "1.6" +OrderedCollections = "1.6, 2" PosteriorStats = "0.3, 0.4" Random = "1" StatsBase = "0.33.7, 0.34"