From c6ebebb9cc6376e85b4f84032adf0e645f068bfe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Apr 2026 15:42:18 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA in [weakdeps] to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88f58418..c62c3c4c 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ AMDGPU = "2" Adapt = "4" BandedMatrices = "1" BlockBandedMatrices = "0.13" -CUDA = "5" +CUDA = "5, 6" CUDSS = "0.6.1" ChainRules = "1" ChainRulesCore = "1"