From b41c237b67af03042fc6bb560bccab6c32e3d666 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Feb 2023 01:00:08 +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 43870aa8..fb9d46fc 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ArgParse = "1.1.4" -CUDA = "3" +CUDA = "3, 4" Colors = "0.12.7" CommonRLInterface = "0.3.1" Crayons = "4.0.4"