From ddb6cf264fba63ed33b4ef33e9c5f9710fb9f23a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 00:10:28 +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 bed391c9..4c57ccfb 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ LinearOperatorsMetalExt = "Metal" [compat] AMDGPU = "2.2.0" -CUDA = "5.9.6" +CUDA = "5.9.6, 6" ChainRulesCore = "1" FastClosures = "0.3" JLArrays = "0.3"