From d18cff9b3e3eff19775a67bec50fb787e3bea245 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Sep 2023 22:31:33 +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 ff75ad0..fbcf825 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ XGBoostTermExt = "Term" [compat] AbstractTrees = "0.4" CEnum = "0.4" -CUDA = "3, 4" +CUDA = "3, 4, 5" JSON3 = "1" OrderedCollections = "1" SparseMatricesCSR = "0.6"