From cde92955b67491f9d960296891a54f738eec75d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= <31181429+SebastianM-C@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:42:53 +0200 Subject: [PATCH] Bump Zygote compat to 0.7 It seems that CompatHelper does not check this one. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6f7bd242..9c4eca4b 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ StableRNGs = "1" Symbolics = "5.29, 6" Test = "1.10" Unitful = "1.21.1" -Zygote = "0.6.70" +Zygote = "0.6.70, 0.7" julia = "1.10" [extras]