From 013a5bbc77851a2b5d2de833f07d38d8e134b5f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 01:03:49 +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 a28038d..a39ae9b 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ HomotopyContinuation = "2" LinearSolve = "3" ModelingToolkit = "10" Nemo = "0.40 - 0.52" -OrderedCollections = "1" +OrderedCollections = "1, 2" PrecompileTools = "1" ProgressMeter = "1" SIAN = "1.7"