From b697273cd7f973b40c2b8b087a9aec7f5997fe55 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:17 +0000 Subject: [PATCH] CompatHelper: add new compat entry for CUDSS in [weakdeps] at version 0.2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..94bd3ddd 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +CUDSS = "0.2" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10"