Skip to content

Commit

Permalink
CompatHelper: add new compat entry for FiniteDifferences in [weakdeps…
Browse files Browse the repository at this point in the history
…] at version 0.12 for package DifferentiationInterfaceTest, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Jul 18, 2024
1 parent 8f08931 commit a58f9e6
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions DifferentiationInterfaceTest/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ComponentArrays = "0.15"
DataFrames = "1.6.1"
DifferentiationInterface = "0.5.6"
DocStringExtensions = "0.9"
FiniteDifferences = "0.12"
Functors = "0.4"
JET = "0.4 - 0.8, 0.9"
JLArrays = "0.1"
Expand Down Expand Up @@ -74,23 +75,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = [
"ADTypes",
"Aqua",
"ComponentArrays",
"DataFrames",
"DifferentiationInterface",
"FiniteDifferences",
"Flux",
"ForwardDiff",
"JET",
"JLArrays",
"JuliaFormatter",
"Pkg",
"SparseArrays",
"SparseConnectivityTracer",
"SparseMatrixColorings",
"StaticArrays",
"Test",
"Zygote",
]
test = ["ADTypes", "Aqua", "ComponentArrays", "DataFrames", "DifferentiationInterface", "FiniteDifferences", "Flux", "ForwardDiff", "JET", "JLArrays", "JuliaFormatter", "Pkg", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings", "StaticArrays", "Test", "Zygote"]

0 comments on commit a58f9e6

Please sign in to comment.