From e531bb0804009990635509c8cae6d89e21cda7b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Feb 2023 00:54:40 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 29a3f00c..ce1b9d8c 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742" [compat] -CUDA = "3.8.1" +CUDA = "3.8.1, 4" ChowLiuTrees = "0.1.1" CodecZlib = "0.7" DirectedAcyclicGraphs = "0.1.3"