From 8b07d6130c02aca1f8c76a4f2aabd619261e8a94 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Feb 2025 00:21:03 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d60fa60..c0ae692 100644 --- a/Project.toml +++ b/Project.toml @@ -143,7 +143,7 @@ JumpProcesses = "9" KernelDensity = "0.6" LabelledArrays = "1.7.1" Latexify = "0.15.13, 0.16" -LinearSolve = "1" +LinearSolve = "1, 3" Loess = "0.5.3, 0.6" Lux = "0.4" MCMCChains = "5.0, 6"