From 54de55e94bcd76bde53d74bfae37fcda496dc4b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Mar 2025 01:21:39 +0000 Subject: [PATCH] CompatHelper: bump compat for Zygote in [weakdeps] to 0.7, (keep existing compat) --- Project.toml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/Project.toml b/Project.toml index 2cab55e2..3c1f7f42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,9 +1,6 @@ name = "SparseDiffTools" uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804" -authors = [ - "Pankaj Mishra ", - "Chris Rackauckas ", -] +authors = ["Pankaj Mishra ", "Chris Rackauckas "] version = "2.23.1" [deps] @@ -65,7 +62,7 @@ StaticArrays = "1" Symbolics = "5.5, 6" UnPack = "1" VertexSafeGraphs = "0.2" -Zygote = "0.6" +Zygote = "0.6, 0.7" julia = "1.10" [extras] @@ -85,18 +82,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [targets] -test = [ - "Test", - "AllocCheck", - "BandedMatrices", - "BlockBandedMatrices", - "Enzyme", - "IterativeSolvers", - "Pkg", - "PolyesterForwardDiff", - "Random", - "SafeTestsets", - "Symbolics", - "Zygote", - "StaticArrays", -] +test = ["Test", "AllocCheck", "BandedMatrices", "BlockBandedMatrices", "Enzyme", "IterativeSolvers", "Pkg", "PolyesterForwardDiff", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]