From 5ec7d59632496027746c53ffa1bcf6ab307cddf1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Sep 2023 00:21:31 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDA to 5 for package FlowOverCircle, (keep existing compat) --- example/FlowOverCircle/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/FlowOverCircle/Project.toml b/example/FlowOverCircle/Project.toml index a1565c1..8e742ea 100644 --- a/example/FlowOverCircle/Project.toml +++ b/example/FlowOverCircle/Project.toml @@ -18,7 +18,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" GeometricFlux = "0.13"