From ec9bbe51e4eb7c63dd9baf08aa0ba656bdcfac94 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 02:28:42 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c973fc8be..e8fc82fab 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DimensionalData" uuid = "0703355e-b756-11e9-17c0-8b28908087d0" -authors = ["Rafael Schouten and contributors"] version = "0.30.1" +authors = ["Rafael Schouten and contributors"] [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" @@ -85,7 +85,7 @@ Makie = "0.20, 0.21, 0.22, 0.23, 0.24" NearestNeighbors = "0.4" OffsetArrays = "1" OpenSSL = "1.4.3" -OrderedCollections = "1" +OrderedCollections = "1, 2" Plots = "1" PrecompileTools = "1" PythonCall = "0.9"