Skip to content

Commit 1f3292c

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for DifferentiationInterface at version 0.1, (keep existing compat) (#137)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent 7e50b51 commit 1f3292c

1 file changed

Lines changed: 2 additions & 20 deletions

File tree

Project.toml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ImplicitDifferentiationForwardDiffExt = "ForwardDiff"
2222

2323
[compat]
2424
ChainRulesCore = "1.23.0"
25+
DifferentiationInterface = "0.1"
2526
Enzyme = "0.11.20"
2627
ForwardDiff = "0.10.36"
2728
Krylov = "0.9.5"
@@ -51,23 +52,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5152
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5253

5354
[targets]
54-
test = [
55-
"ADTypes",
56-
"Aqua",
57-
"ChainRulesCore",
58-
"ChainRulesTestUtils",
59-
"ComponentArrays",
60-
"DifferentiationInterface",
61-
"Documenter",
62-
"Enzyme",
63-
"ForwardDiff",
64-
"JET",
65-
"JuliaFormatter",
66-
"NLsolve",
67-
"Optim",
68-
"Random",
69-
"SparseArrays",
70-
"StaticArrays",
71-
"Test",
72-
"Zygote",
73-
]
55+
test = ["ADTypes", "Aqua", "ChainRulesCore", "ChainRulesTestUtils", "ComponentArrays", "DifferentiationInterface", "Documenter", "Enzyme", "ForwardDiff", "JET", "JuliaFormatter", "NLsolve", "Optim", "Random", "SparseArrays", "StaticArrays", "Test", "Zygote"]

0 commit comments

Comments
 (0)