From 9a6c9f67a888a3e7669f00c3445860c50759b0f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Nov 2024 00:30:06 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterfaceTest to 0.9 for package AutomaticDifferentiation, (keep existing compat) --- benchmarks/AutomaticDifferentiation/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/AutomaticDifferentiation/Project.toml b/benchmarks/AutomaticDifferentiation/Project.toml index 471b91e1e..42af4d0e0 100644 --- a/benchmarks/AutomaticDifferentiation/Project.toml +++ b/benchmarks/AutomaticDifferentiation/Project.toml @@ -28,7 +28,7 @@ BenchmarkTools = "1" DataFrames = "1" DataFramesMeta = "0.15" DifferentiationInterface = "0.5.6" -DifferentiationInterfaceTest = "0.5" +DifferentiationInterfaceTest = "0.5, 0.9" Enzyme = "0.11, 0.12" FiniteDiff = "2" ForwardDiff = "0.10"