From 25a836e155430509a324f9b7e1b536132d1bf8b2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 00:46:30 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 17659122c..d7fdca824 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -42,6 +42,6 @@ ForwardDiff = "0.10, 1" LogDensityProblems = "2" MCMCChains = "5, 6, 7" MarginalLogDensities = "0.4" -OrderedCollections = "1" +OrderedCollections = "1, 2" StableRNGs = "1" StatsFuns = "1"