From 034a88120d965026da12284cb3451a8ece8e546f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Sep 2024 00:25:51 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.6 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..894c8df99 100644 --- a/benchmarks/AutomaticDifferentiation/Project.toml +++ b/benchmarks/AutomaticDifferentiation/Project.toml @@ -27,7 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" BenchmarkTools = "1" DataFrames = "1" DataFramesMeta = "0.15" -DifferentiationInterface = "0.5.6" +DifferentiationInterface = "0.5.6, 0.6" DifferentiationInterfaceTest = "0.5" Enzyme = "0.11, 0.12" FiniteDiff = "2"