From 75239ea3c6751adcd3d05ff362e18aae1129ffc3 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 6 Nov 2024 07:34:34 -0500 Subject: [PATCH] Bump NDTensors Functors compat --- NDTensors/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 1e24dc0300..2c82d64857 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -1,7 +1,7 @@ name = "NDTensors" uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" authors = ["Matthew Fishman "] -version = "0.3.54" +version = "0.3.55" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -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"