From 4e5ddba196369ae3b7a8e07ad4cca5d3b379f5f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jan 2025 01:23:25 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote in [weakdeps] to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a40f986c..090b753e 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Optim = "0.19, 1" PrecompileTools = "1" Reexport = "1" SymbolicUtils = "0.19, ^1.0.5, 2, 3" -Zygote = "0.6" +Zygote = "0.6, 0.7" julia = "1.10" [extras]