From ed7d159fd504de8dafc543616456766e5448f2b4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:04:34 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b667f554..55062398 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ ComponentArrays = "0.15" Distributions = "0.25" DomainSets = "0.5, 0.6, 0.7" ForwardDiff = "0.10" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" LRUCache = "1" Lux = "0.5.6" LuxCUDA = "0.3"