From 3a772e2ea4943234cac9fe71b116d3140f2b9afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:19:26 +0330 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.2 for package benchmark, (keep existing compat) (#403) Co-authored-by: CompatHelper Julia --- benchmark/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/Project.toml b/benchmark/Project.toml index b218270a..eb9e3336 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -12,7 +12,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" ADTypes = "0.2" BenchmarkTools = "1" ComponentArrays = "0.15" -DifferentiationInterface = "0.1" +DifferentiationInterface = "0.1, 0.2" Lux = "0.5" PkgBenchmark = "0.2" StableRNGs = "1"