From dbbab0599c32e2921957f3a702037ad78479b2f8 Mon Sep 17 00:00:00 2001 From: Li-Xun Cai <157601901+TendonFFF@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:18:43 +0800 Subject: [PATCH] Bump `compat` of `CUDSS` to 0.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 803538c05..fce641fe0 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ ArrayInterface = "7.17" BandedMatrices = "1.8" BlockDiagonals = "0.2" CUDA = "5.5" -CUDSS = "0.4" +CUDSS = "0.4, 0.5" CUSOLVERRF = "0.2.6" ChainRulesCore = "1.25" CliqueTrees = "1.11.0"