From 845c62d8fbc37150efd12bd145b8aaa45988e466 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 17 Oct 2024 15:10:30 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore in [weakdeps] 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 dcd5306c..52cce972 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ BlockBandedMatrices = "0.13" CUDA = "5" CUDSS = "0.2, 0.3" ChainRules = "1" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" LinearAlgebra = "1.10" ReverseDiff = "1" SparseArrays = "1.10"