From e8302741f092b471b46da6b479298d2e64bc83c8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jan 2025 00:23:26 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7 for package DDIM, (keep existing compat) --- examples/DDIM/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DDIM/Project.toml b/examples/DDIM/Project.toml index 743d7fc1d..04a1b9d77 100644 --- a/examples/DDIM/Project.toml +++ b/examples/DDIM/Project.toml @@ -44,4 +44,4 @@ Setfield = "1" StableRNGs = "1.0.2" Statistics = "1.10" TensorBoardLogger = "0.1" -Zygote = "0.6" +Zygote = "0.6, 0.7"