From 244f25e63a2c698ac14c4026b42940b0b7fcc334 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 01:12:52 +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 57c13443..07e8c873 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ JSON = "0.19 - 0.21, 1" LinearAlgebra = "<0.0.1, 1" MacroTools = "0.5" Mooncake = "0.5.27" -OrderedCollections = "1.8.1" +OrderedCollections = "1.8.1, 2" Random = "1.6" StatsBase = "0.32, 0.33, 0.34" Test = "1"