From 36ffdd781d77082d8a0de00f532b8d2b7d975fbe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 05:02:53 +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 691504e5..9005dbd3 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ LieGroups = "0.1" LinearAlgebra = "1.11" MIMEs = "1.1" ManifoldsBase = "1, 2" -OrderedCollections = "1.4" +OrderedCollections = "1.4, 2" Pkg = "1.4, 1.5" ProgressMeter = "1" Random = "1.11"