From 448fbedf6d23cb597186427f1b2234b6c32eec25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:26:58 +0000 Subject: [PATCH] Update Zygote requirement to 0.7.10 in /docs 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.2.0...v0.7.10) --- updated-dependencies: - dependency-name: Zygote dependency-version: 0.7.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 58448d2..f8302d5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -21,3 +21,4 @@ Documenter = "1.3" ForwardDiff = "1.3.1" Literate = "2.21.0" NLsolve = "4.5.1" +Zygote = "0.7.10"