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