From e2669e4b030356f6ac043e3b149114037bf2c5ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Apr 2026 00:44:54 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA to 6, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ffef8c4a..9e65aade 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] BenchmarkTools = "1" CTBase = "0.16" -CUDA = "5" +CUDA = "6" DataFrames = "1" Dates = "1" DocStringExtensions = "0.9"