Skip to content

Commit

Permalink
CompatHelper: bump compat for Zygote in [weakdeps] to 0.7 for package…
Browse files Browse the repository at this point in the history
… DifferentiationInterface, (keep existing compat) (#670)
  • Loading branch information
github-actions[bot] authored Jan 5, 2025
1 parent f3f7b29 commit b792b96
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions DifferentiationInterface/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SparseMatrixColorings = "0.4.9"
StaticArrays = "1.9.7"
Symbolics = "5.27.1, 6"
Tracker = "0.2.33"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
julia = "1.10"

[extras]
Expand Down Expand Up @@ -103,21 +103,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = [
"ADTypes",
"Aqua",
"ComponentArrays",
"DataFrames",
"ExplicitImports",
"JET",
"JLArrays",
"JuliaFormatter",
"Pkg",
"Random",
"SparseArrays",
"SparseConnectivityTracer",
"SparseMatrixColorings",
"StableRNGs",
"StaticArrays",
"Test",
]
test = ["ADTypes", "Aqua", "ComponentArrays", "DataFrames", "ExplicitImports", "JET", "JLArrays", "JuliaFormatter", "Pkg", "Random", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings", "StableRNGs", "StaticArrays", "Test"]

0 comments on commit b792b96

Please sign in to comment.