From a30e761cc598d0460c6cfd17a90af064edaa7d0e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 Jul 2026 00:27:41 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 52583e4ac..fa59abad7 100644 --- a/Project.toml +++ b/Project.toml @@ -84,7 +84,7 @@ LaTeXStrings = "1" LineSearches = "7" LinearAlgebra = "1" LinearOperators = "2" -LinearSolve = "3" +LinearSolve = "3, 5" LoopVectorization = "0.12" MCMCChains = "6, 7" MacroTools = "0.5"