From 4f08827385848eb522e2ac2773e6e27229a64e83 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Feb 2023 00:07:29 +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 36212a1..c96424f 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -CUDA = "3.12.0" +CUDA = "3.12.0, 4" CairoMakie = "0.9.2" ColorSchemes = "3.19.0" DataFrames = "1.4.2"