From 321b92a43b8e2e8a1b7c03404a9f6409d2245e24 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Jun 2026 00:30:45 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d936c88a76..6f1e877f98 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ JuMP = "1" LinearAlgebra = "1" LoggingPolyglot = "0.3" MemoizedSerialization = "0.5" -OrderedCollections = "1" +OrderedCollections = "1, 2" PSRBridge = "=0.6.0" PSRClassesInterface = "0.17" ParametricOptInterface = "0.14, 0.15"