From 570ae360692d94db6850dfcbf8b428fe33c61656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:23:48 +0000 Subject: [PATCH] Update ArrayLayouts requirement to 1.12.2 Updates the requirements on [ArrayLayouts](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl/releases) - [Commits](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl/compare/v0.1.0...v1.12.2) --- updated-dependencies: - dependency-name: ArrayLayouts dependency-version: 1.12.2 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..d2c5b01 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] +ArrayLayouts = "1.12.2" 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"