From 5cf5607e22f2fd8c30372aafe4e0026693265bf5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Nov 2024 00:15:45 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore in [weakdeps] to 0.2 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 52bf4ccfc7..cef7258a7f 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -68,7 +68,7 @@ EllipsisNotation = "1.8" FillArrays = "1" Folds = "0.2.8" Functors = "0.2, 0.3, 0.4, 0.5" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" HDF5 = "0.14, 0.15, 0.16, 0.17" HalfIntegers = "1" InlineStrings = "1"