From 8473097561937701846b33ecaf3ea3e798f497b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:23:16 +0000 Subject: [PATCH] Update FillArrays requirement to 1.16.0 Updates the requirements on [FillArrays](https://github.com/JuliaArrays/FillArrays.jl) to permit the latest version. - [Release notes](https://github.com/JuliaArrays/FillArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/FillArrays.jl/compare/v0.0.1...v1.16.0) --- updated-dependencies: - dependency-name: FillArrays dependency-version: 1.16.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..537b03c 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] DiffRules = "1.15.1" +FillArrays = "1.16.0" ForwardDiff = "1.2.2" Lux = "1.29.1" Plots = "1.41.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"