From 8b65ab85d3718b767657295bc8813743b8110c05 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 Jul 2026 19:06:10 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve in [weakdeps] to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cb63978..267ac63 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ SCPLinearSolveExt = ["LinearSolve"] [compat] LinearAlgebra = "1" -LinearSolve = "3.53.0" +LinearSolve = "3.53.0, 5" PreallocationTools = "0.4.34, 1" StaticArrays = "1.9.15, 1" SymbolicUtils = "4.1.0"