From 417f4cfc2403b942850512af531d4e0a26bff8b4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 31 Jan 2024 01:11:36 +0000 Subject: [PATCH] CompatHelper: bump compat for Dictionaries to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 819e2cd..1ca4b3b 100644 --- a/Project.toml +++ b/Project.toml @@ -14,9 +14,9 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] CSV = "0.10" -Dictionaries = "0.3" +Dictionaries = "0.3, 0.4" GLM = "1.9" -ThreadsX = "0.1" Tables = "1" +ThreadsX = "0.1" TypedTables = "1.4" julia = "1.9, 1.10"