From a5f077445d55e1e7349dc0e66d5d959a7139406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:53:11 +0000 Subject: [PATCH] Update LinearSolve requirement 4.2 Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl) to permit the latest version. Updates `LinearSolve` to 4.2.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits) --- updated-dependencies: - dependency-name: LinearSolve dependency-version: 4.2.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88e3a36e..fc956a9b 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ GPUArraysCore = "0.2" JLArrays = "0.3" KernelAbstractions = "0.9.38" LinearAlgebra = "1" -LinearSolve = "3" +LinearSolve = "3, 4.2" Metal = "1" MuladdMacro = "0.2.4" OpenCL = "0.10"