From c6d5189993dc903712aff555c2153aa792b8e4f8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jul 2026 02:51:41 +0000 Subject: [PATCH] CompatHelper: bump compat for LinearSolve in [extras] to 4, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a439cff..3bc3282 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HarmonicSteadyState" uuid = "1158f75c-a779-4b85-8bfb-8fcf6bf02ced" -authors = ["Orjan Ameye ", "Jan Kosata ", "Javier del Pino "] version = "0.4.1" +authors = ["Orjan Ameye ", "Jan Kosata ", "Javier del Pino "] [deps] BijectiveHilbert = "91e7fc40-53cd-4118-bd19-d7fcd1de2a54" @@ -38,7 +38,6 @@ SteadyStateDiffEqExt = "SteadyStateDiffEq" TimeEvolution = "OrdinaryDiffEqTsit5" [compat] -Peaks = "0.5" Aqua = "0.8.11" BijectiveHilbert = "0.3, 0.5" CheckConcreteStructs = "0.1.0" @@ -51,13 +50,14 @@ HarmonicBalance = "0.16" HomotopyContinuation = "2.12" JET = "0.9.18, 0.10" LinearAlgebra = "1.10" -LinearSolve = "3.7.2" +LinearSolve = "3.7.2, 4" ModelingToolkit = "10" NaNMath = "1.1" NonlinearSolve = "4.5.1" OrderedCollections = "1.8" OrdinaryDiffEqRosenbrock = "1.9" OrdinaryDiffEqTsit5 = "1.1" +Peaks = "0.5" Plots = "1.40.9" PrecompileTools = "1.2" Printf = "1.10"