From f9c6a6d8cc99855aa79d44363a1feff17ac7f298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:23:34 +0000 Subject: [PATCH] Update BandedMatrices requirement to 1.11.0 Updates the requirements on [BandedMatrices](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl/releases) - [Commits](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl/compare/v0.0.1...v1.11.0) --- updated-dependencies: - dependency-name: BandedMatrices dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 43ee63b..b845411 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] +BandedMatrices = "1.11.0" DiffRules = "1.15.1" ForwardDiff = "1.2.2" Lux = "1.29.1" @@ -23,7 +24,6 @@ SparseArrayKit = "0.4.3" SparseArrays = "1.10" TensorOperations = "5.6.1" Zygote = "0.7.10" - [extras] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"