From 4c263ad398f32fd4e5ae52d6a245a3dc50b3513b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:36:37 +0000 Subject: [PATCH] Update Flux requirement to 0.16.9 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.1.0...v0.16.9) --- updated-dependencies: - dependency-name: Flux dependency-version: 0.16.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index 55ca99f..80dcf1b --- a/Project.toml +++ b/Project.toml @@ -57,6 +57,7 @@ DimensionalData = "0.26 - 0.30" Distributions = "0.25" DynamicHMC = "3" EnsembleKalmanProcesses = "2" +Flux = "0.16.9" ForwardDiff = "1" LogDensityProblems = "2" LogDensityProblemsAD = "1"