From 3cb3e034338e81f8406a4a81e2595c19b91861aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:36:45 +0000 Subject: [PATCH] Update Flux requirement to 0.16.10 in /docs 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.10) --- updated-dependencies: - dependency-name: Flux dependency-version: 0.16.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 291c7b5..5e15396 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,6 +9,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] DecisionFocusedLearningBenchmarks = "0.6.0" Documenter = "1.17.0" +Flux = "0.16.10" InferOpt = "0.7.2" Literate = "2.21.0" Plots = "1.41.6"