From e9f20de87724fc18bb6f896d85777f92a0eb9bb0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Sep 2023 00:22:07 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA to 5 for package SuperResolution, (keep existing compat) --- example/SuperResolution/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SuperResolution/Project.toml b/example/SuperResolution/Project.toml index c99ae5e..d1b2bbd 100644 --- a/example/SuperResolution/Project.toml +++ b/example/SuperResolution/Project.toml @@ -16,7 +16,7 @@ WaterLily = "ed894a53-35f9-47f1-b17f-85db9237eebd" [compat] BSON = "0.3" -CUDA = "3.12, 4" +CUDA = "3.12, 4, 5" Flux = "0.13" FluxTraining = "0.3" MLUtils = "0.3"