From 36ec7ee616b05cd0cb5c391d7b197137f5fdec08 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Oct 2025 00:55:21 +0000 Subject: [PATCH] CompatHelper: bump compat for CUDSS in [weakdeps] to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index df62ce43..8334f4bb 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ Adapt = "4" BandedMatrices = "1" BlockBandedMatrices = "0.13" CUDA = "5" -CUDSS = "0.6.1" +CUDSS = "0.6.1, 0.6" ChainRules = "1" ChainRulesCore = "1" ChainRulesTestUtils = "1"