From 56aa5c88e86a77e9c47997ade907510ac7580fda Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 28 Nov 2023 19:43:31 -0800 Subject: [PATCH] Allow CUDA v5 (#360) The failed CI is not related to this PR (it failed on main too) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9dda4d3f..1d8c19a3 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ AdvancedHMCOrdinaryDiffEqExt = "OrdinaryDiffEq" [compat] AbstractMCMC = "4.2, 5" ArgCheck = "1, 2" -CUDA = "3, 4" +CUDA = "3, 4, 5" DocStringExtensions = "0.8, 0.9" InplaceOps = "0.3" LogDensityProblems = "2"