From 79b6384d7f1edbb6dc934e6c2ce7e097f9500cb0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 02:07:58 +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 2564c2deca5..497e825958f 100644 --- a/Project.toml +++ b/Project.toml @@ -72,7 +72,7 @@ TrixiSparseConnectivityTracerExt = "SparseConnectivityTracer" [compat] Accessors = "0.1.42" Adapt = "4.3" -CUDA = "5.8.2" +CUDA = "5.8.2, 6" CodeTracking = "1.0.5, 2, 3" ConstructionBase = "1.5.8" Convex = "0.16"