Skip to content

Commit

Permalink
CompatHelper: add new compat entry for DifferentiationInterface at ve…
Browse files Browse the repository at this point in the history
…rsion 0.1, (keep existing compat) (#137)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Apr 13, 2024
1 parent 7e50b51 commit 1f3292c
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ImplicitDifferentiationForwardDiffExt = "ForwardDiff"

[compat]
ChainRulesCore = "1.23.0"
DifferentiationInterface = "0.1"
Enzyme = "0.11.20"
ForwardDiff = "0.10.36"
Krylov = "0.9.5"
Expand Down Expand Up @@ -51,23 +52,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = [
"ADTypes",
"Aqua",
"ChainRulesCore",
"ChainRulesTestUtils",
"ComponentArrays",
"DifferentiationInterface",
"Documenter",
"Enzyme",
"ForwardDiff",
"JET",
"JuliaFormatter",
"NLsolve",
"Optim",
"Random",
"SparseArrays",
"StaticArrays",
"Test",
"Zygote",
]
test = ["ADTypes", "Aqua", "ChainRulesCore", "ChainRulesTestUtils", "ComponentArrays", "DifferentiationInterface", "Documenter", "Enzyme", "ForwardDiff", "JET", "JuliaFormatter", "NLsolve", "Optim", "Random", "SparseArrays", "StaticArrays", "Test", "Zygote"]

0 comments on commit 1f3292c

Please sign in to comment.