From 23c3b10661a2745acb4ffad98c4aa4a03d0945bc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 00:32:02 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a92b308a28..4d06147358 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCalibrate" uuid = "4347a170-ebd6-470c-89d3-5c705c0cacc2" -authors = ["Climate Modeling Alliance"] version = "0.3.1" +authors = ["Climate Modeling Alliance"] [deps] ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d" @@ -39,7 +39,7 @@ LinearAlgebra = "1" LinearMaps = "3.11.4" Logging = "1.10, 1.11" NaNStatistics = "0.6.8 - 0.6.50, 0.6.53" -OrderedCollections = "1.3" +OrderedCollections = "1.3, 2" Random = "1" Reexport = "1" SafeTestsets = "0.1"