From 6f0cd886e2ca781e98a0f1f3ed307c4db5dce872 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Oct 2024 00:15:36 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArrays to 11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ab4e1c905..41bbc7803 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ DiffRules = "1.4" 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" +GPUArrays = "8.4.2, 9, 10, 11" GPUArraysCore = "0.1.1" IRTools = "0.4.12" LogExpFunctions = "0.3.1"