From 6db3ad83ee12585800f851b3ab8d96d3d981d214 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 11 Oct 2024 00:26:28 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterfaceTest to 0.8 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..720f33cd7 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.8" Enzyme = "0.11, 0.12" FiniteDiff = "2" ForwardDiff = "0.10"