From 84d7cd5a93861708563283cab0231dcee1eb1607 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Sep 2023 01:05:09 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c489aee..992672d 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -CUDA = "1, 2.0, 3.0" +CUDA = "1, 2.0, 3.0, 5" Distributions = "0.23, 0.24, 0.25" FileIO = "1.4" Flux = "0.10, 0.11, 0.12, 0.13"