Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

CompatHelper: bump compat for Zygote in [weakdeps] to 0.7, (keep existing compat) #312

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 3 additions & 20 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name = "SparseDiffTools"
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
authors = [
"Pankaj Mishra <pankajmishra1511@gmail.com>",
"Chris Rackauckas <contact@chrisrackauckas.com>",
]
authors = ["Pankaj Mishra <pankajmishra1511@gmail.com>", "Chris Rackauckas <contact@chrisrackauckas.com>"]
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"]