From 3a0306324c8a9997e4ba0d703c066fc2d027f91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:56:28 +0000 Subject: [PATCH] Update Flux requirement from 0.14.21 to 0.14.21, 0.16 Updates the requirements on [Flux](https://github.com/FluxML/Flux.jl) to permit the latest version. - [Release notes](https://github.com/FluxML/Flux.jl/releases) - [Changelog](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md) - [Commits](https://github.com/FluxML/Flux.jl/compare/v0.14.21...v0.16.9) --- updated-dependencies: - dependency-name: Flux dependency-version: 0.16.9 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 0fb43b8..a65864f 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ChainRules = "1.72.6" ChainRulesCore = "1.25.2" DiffOpt = "0.5.4" FillArrays = "1.14.0" -Flux = "0.14.21" +Flux = "0.14.21, 0.16" JLD2 = "0.6.3" JuMP = "1.29.4" MathOptInterface = "1.48.0"