From fadee088d24868542a052d30e41e3a404ffec7c5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 1 May 2025 01:59:15 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote to 0.7, (keep existing compat) --- Project.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index bede3e0..6f45888 100644 --- a/Project.toml +++ b/Project.toml @@ -21,9 +21,13 @@ OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" -[sources] -CoupledNODE = {rev = "main", url = "https://github.com/DEEPDIP-project/CoupledNODE.jl.git"} -NeuralClosure = {rev = "main", url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"} +[sources.CoupledNODE] +rev = "main" +url = "https://github.com/DEEPDIP-project/CoupledNODE.jl.git" + +[sources.NeuralClosure] +rev = "main" +url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git" [compat] AbstractFFTs = "1.5.0" @@ -46,7 +50,7 @@ OpenSSL_jll = "3.0.13" Optimization = "4.1.1" OptimizationOptimisers = "0.3.7" TestImages = "1.9.0" -Zygote = "0.6.76" +Zygote = "0.6.76, 0.7" julia = "1.11" [extras]