From ecba5edee1bb064f3a3cd57c0f9dcf6a9b578b4e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jul 2026 00:49:40 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 408325c..d9415ae 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ IterativeSolvers = "0.8, 0.9" LineSearches = "7" LinearAlgebra = "1" LinearMaps = "3" -LinearSolve = "2, 3" +LinearSolve = "2, 3, 4" Optim = "1.12, 2" OptimizationBase = "3.3, 4, 5" PDMats = "0.11.5"