From 12156369e984aa52211557cefbee2a81a9dea635 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Fri, 1 Sep 2023 20:50:54 +0300 Subject: [PATCH] Allow GPUArrays 9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 15f342bf4..b784d0cc7 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,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" +GPUArrays = "8.4.2, 9" GPUArraysCore = "0.1.1" IRTools = "0.4.4" LogExpFunctions = "0.3.1"