From fddb9b8f17d30ad3edf631ad95340e7cf8344549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:48:09 -0500 Subject: [PATCH] CompatHelper: bump compat for Functors to 0.5 for package NDTensors, (keep existing compat) (#1563) Co-authored-by: CompatHelper Julia --- NDTensors/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 30a8b7007c..f48dc498a2 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -67,7 +67,7 @@ Dictionaries = "0.4" EllipsisNotation = "1.8" FillArrays = "1" Folds = "0.2.8" -Functors = "0.2, 0.3, 0.4" +Functors = "0.2, 0.3, 0.4, 0.5" GPUArraysCore = "0.1, 0.2" HDF5 = "0.14, 0.15, 0.16, 0.17" HalfIntegers = "1"