From 4c322b26e950c2b5a26477f277b24562c79de5df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:12:31 -0400 Subject: [PATCH] chore: bump compat for GPUArrays in [weakdeps] to 11, (keep existing compat) (#46) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd2e473..ea097b1 100644 --- a/Project.toml +++ b/Project.toml @@ -34,8 +34,8 @@ ArgCheck = "2.3.0" CUDA = "5.3.2" ChainRulesCore = "1.23" ConcreteStructs = "0.2.3" +GPUArrays = "10.2, 11" GPUArraysCore = "0.1.6" -GPUArrays = "10.2" LinearAlgebra = "1.10" Metal = "1.3.0" Random = "1.10"