From 2db7921d148c69d93c06a00e8255f9b24a0d12ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:55:59 +0000 Subject: [PATCH] Update Functors requirement to 0.5.2 Updates the requirements on [Functors](https://github.com/FluxML/Functors.jl) to permit the latest version. - [Release notes](https://github.com/FluxML/Functors.jl/releases) - [Commits](https://github.com/FluxML/Functors.jl/compare/v0.1.0...v0.5.2) --- updated-dependencies: - dependency-name: Functors dependency-version: 0.5.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 0fb43b8..1072fc1 100644 --- a/Project.toml +++ b/Project.toml @@ -24,13 +24,13 @@ ChainRulesCore = "1.25.2" DiffOpt = "0.5.4" FillArrays = "1.14.0" Flux = "0.14.21" +Functors = "0.5.2" JLD2 = "0.6.3" JuMP = "1.29.4" MathOptInterface = "1.48.0" ParametricOptInterface = "0.14.1" Zygote = "0.6.77" julia = "~1.9, ~1.10" - [extras] CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2" HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"