From 77a6b45ba29579f6be3392f64f9d7f79df39cb77 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:14:44 +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 513114881e..363bfee029 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" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" HDF5 = "0.14, 0.15, 0.16, 0.17" HalfIntegers = "1" InlineStrings = "1"