From e186035cf2bec5181adfe82bb72dee31a89a9115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:55:52 +0000 Subject: [PATCH] Update Zygote requirement from 0.6.77 to 0.6.77, 0.7 Updates the requirements on [Zygote](https://github.com/FluxML/Zygote.jl) to permit the latest version. - [Release notes](https://github.com/FluxML/Zygote.jl/releases) - [Commits](https://github.com/FluxML/Zygote.jl/compare/v0.6.77...v0.7.10) --- updated-dependencies: - dependency-name: Zygote dependency-version: 0.7.10 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..910aefc 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ JLD2 = "0.6.3" JuMP = "1.29.4" MathOptInterface = "1.48.0" ParametricOptInterface = "0.14.1" -Zygote = "0.6.77" +Zygote = "0.6.77, 0.7" julia = "~1.9, ~1.10" [extras]