From d6405bc957b5ac77269d3f7bdeb415b67a3f83ab Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 01:45:50 +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 d606c521f..e0b028bcf 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Adapt = "4.0" -GPUArraysCore = "= 0.1.6" +GPUArraysCore = "= 0.1.6, 0.2" LLVM = "3.9, 4, 5, 6, 7, 8" LinearAlgebra = "1" Printf = "1"