From 91569f63a8f75520a6b60293c9c013f921ae0ee3 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:24:52 -0500 Subject: [PATCH] Allow Zygote 0.7 (#208) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4bc5f77..1c6de35 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Optimisers" uuid = "3bd65402-5787-11e9-1adc-39752487f4e2" -version = "0.4.3" +version = "0.4.4" authors = ["Mike J Innes "] [deps] @@ -24,7 +24,7 @@ ChainRulesCore = "1" EnzymeCore = "0.8.5" Functors = "0.4.9, 0.5" Statistics = "1" -Zygote = "0.6.40" +Zygote = "0.6.40, 0.7.1" julia = "1.10" [extras]