From 680e1ed26ac90360e76032708575d93bb4fb7067 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 21 Dec 2024 00:27:52 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DifferentiationInterfaceTest at version 0.9 for package AutomaticDifferentiationSparse, (keep existing compat) --- benchmarks/AutomaticDifferentiationSparse/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/AutomaticDifferentiationSparse/Project.toml b/benchmarks/AutomaticDifferentiationSparse/Project.toml index 3b2c973b4..7d2ef71f9 100644 --- a/benchmarks/AutomaticDifferentiationSparse/Project.toml +++ b/benchmarks/AutomaticDifferentiationSparse/Project.toml @@ -25,6 +25,7 @@ ADTypes = "1" BenchmarkTools = "1" DataFrames = "1" DifferentiationInterface = "0.6" +DifferentiationInterfaceTest = "0.9" ForwardDiff = "0.10" Plots = "1" PreallocationTools = "0.4"