From 00e70daaf5cb5deb948965baa883b8b3d5600cc5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 02:06:41 +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 607558519..9dd9db0e9 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Adapt = "4" AllocCheck = "0.2.3" Aqua = "0.6, 0.7, 0.8" ArgParse = "1.2.0" -CUDA = "5.9" +CUDA = "5.9, 6" ChainRulesCore = "1" ChainRulesTestUtils = "1" Combinatorics = "1"