From 73a2382992db2d66fa77060b1e5b258da0d9c397 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Feb 2026 01:03:40 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7, (keep existing compat) --- Project.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 86dc648..e8ccc83 100644 --- a/Project.toml +++ b/Project.toml @@ -38,6 +38,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" +[sources.GraphNetCore] +rev = "GNS-small-graph" +url = "https://github.com/una-auxme/GraphNetCore.jl" + [compat] Adapt = "4.3.0" Aqua = "0.8" @@ -71,13 +75,10 @@ SciMLBase = "2.7.0 - 2" SciMLSensitivity = "7.76 - 7" Statistics = "1" Test = "1" -Zygote = "0.6" +Zygote = "0.6, 0.7" cuDNN = "1.4" julia = "1.10" -[sources] -GraphNetCore = {url = "https://github.com/una-auxme/GraphNetCore.jl", rev = "GNS-small-graph"} - [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"