From 697e4f6626417fd38c8d0e08d7efc04b80f7d295 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 01:52:18 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA in [weakdeps] to 6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 17a66304..fef0a6d0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseMatrixColorings" uuid = "0a514795-09f3-496d-8182-132a7b665d35" -authors = ["Guillaume Dalle", "Alexis Montoison"] version = "0.4.26" +authors = ["Guillaume Dalle", "Alexis Montoison"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -26,7 +26,7 @@ SparseMatrixColoringsJuMPExt = ["JuMP", "MathOptInterface"] [compat] ADTypes = "1.2.1" -CUDA = "5.8.2" +CUDA = "5.8.2, 6" CliqueTrees = "1" Colors = "0.12.11, 0.13" DocStringExtensions = "0.8,0.9"