From 5b55d82b205ad12858e8748ac82c0895b7f1c69b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jul 2026 00:48:51 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d60fa60..bf9bc51 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -143,7 +143,7 @@ JumpProcesses = "9" KernelDensity = "0.6" LabelledArrays = "1.7.1" Latexify = "0.15.13, 0.16" -LinearSolve = "1" +LinearSolve = "1, 4" Loess = "0.5.3, 0.6" Lux = "0.4" MCMCChains = "5.0, 6"