From 298bd9e3ed4d0f14ee71b0e12e9d4a57e1f306d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 5 Jan 2025 00:35:55 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 1620e6f4b..07ade32f1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -75,5 +75,5 @@ StableRNGs = "1" StatsBase = "0.33, 0.34" StatsFuns = "0.9.5, 1" TimerOutputs = "0.5" -Zygote = "0.5.4, 0.6" +Zygote = "0.5.4, 0.6, 0.7" julia = "1.10"