From ad05cfef79a740961553d9888a01003f164b0439 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 22 Jul 2025 02:12:54 -0400 Subject: [PATCH] Block latest CUDSS --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d2caab28c..a6080955a 100644 --- a/Project.toml +++ b/Project.toml @@ -72,7 +72,7 @@ ArrayInterface = "7.7" BandedMatrices = "1.5" BlockDiagonals = "0.1.42, 0.2" CUDA = "5" -CUDSS = "0.1, 0.2, 0.3, 0.4, 0.5" +CUDSS = "0.1, 0.2, 0.3, 0.4" ChainRulesCore = "1.22" ConcreteStructs = "0.2.3" DocStringExtensions = "0.9.3"