From 2bb3f2994d8f228937d1929f7855568e4e04d737 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Dec 2023 00:35:47 +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 16c3b1e15..1936d4dd8 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ ChainRulesTestUtils = "1" Distances = "0.10" Documenter = "0.27, 1" ForwardDiff = "0.10" -GPUArrays = "8, 9" +GPUArrays = "8, 9, 10" GeometricBase = "0.9" GeometricEquations = "0.14" GeometricIntegrators = "0.13"