From 53d51b32d79eaf861dfb576d782da08bf7f30ad4 Mon Sep 17 00:00:00 2001 From: Ilia Kats Date: Mon, 11 Mar 2024 11:48:25 +0100 Subject: [PATCH] add OrderedCollections to compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index fb32ac6..3d2ce28 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" [compat] CategoricalArrays = "0.9" CompressHashDisplace = "0.1.2" +OrderedCollections = "1.6" DataFrames = "0.22, 1" FileIO = "1.6" HDF5 = "0.16 - 0.99, 1"