From 0d5f4a9d8d28cb26081cf3f4fdb1179df93ca60b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 31 Jan 2024 00:39:16 +0000 Subject: [PATCH] CompatHelper: bump compat for Dictionaries to 0.4 for package NDTensors, (keep existing compat) --- NDTensors/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 404744d742..2a74aad099 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -39,7 +39,7 @@ NDTensorsTBLISExt = "TBLIS" Adapt = "3.7" BlockArrays = "0.16" Compat = "4.9" -Dictionaries = "0.3.5" +Dictionaries = "0.3.5, 0.4" FLoops = "0.2.1" Folds = "0.2.8" Functors = "0.2, 0.3, 0.4"