From f92c2e430490cfeb984f1e813af51a063049b8d8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jan 2025 00:22:23 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7 for package CIFAR10, (keep existing compat) --- examples/CIFAR10/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CIFAR10/Project.toml b/examples/CIFAR10/Project.toml index bdbea58d8..33077f544 100644 --- a/examples/CIFAR10/Project.toml +++ b/examples/CIFAR10/Project.toml @@ -42,4 +42,4 @@ Random = "1.10" Reactant = "0.2.12" StableRNGs = "1.0.2" Statistics = "1.10" -Zygote = "0.6.70" +Zygote = "0.6.70, 0.7"