From 3d35ed2587eba555ea8bcd1800965858ec61ad20 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Dec 2023 00:10:35 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArrays to 10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9101c516c..f42d61c26 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" +GPUArrays = "8.4.2, 9, 10" GPUArraysCore = "0.1.1" IRTools = "0.4.11" LogExpFunctions = "0.3.1"