From 39e0462ddb11931f38154ec083c82f85f3a33962 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 16 Dec 2024 16:02:59 +0000 Subject: [PATCH] CompatHelper: add new compat entry for CUDA in [weakdeps] at version 5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 15e97e5..b6987c5 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94" KSVDCudaExt = "CUDA" [compat] +CUDA = "5" DataStructures = "0.18" Distributions = "0.22 - 0.25" KrylovKit = "0.8"