From bfe820a73e271be1ff9b713a1ccbe8854fadf94d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:15:33 +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 ab4e1c905..7097c2499 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ Distances = "0.10" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10" GPUArrays = "8.4.2, 9, 10" -GPUArraysCore = "0.1.1" +GPUArraysCore = "0.1.1, 0.2" IRTools = "0.4.12" LogExpFunctions = "0.3.1" MacroTools = "0.5"