From cf46248ac4ea18aedf16492957b90d5e1a6b0993 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 07:26:05 +0200 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.5, (keep existing compat) (#147) * CompatHelper: bump compat for DifferentiationInterface to 0.5, (keep existing compat) * Only 0.5 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a19fd62..9b80cc3 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ImplicitDifferentiationForwardDiffExt = "ForwardDiff" [compat] ADTypes = "1.0" ChainRulesCore = "1.23.0" -DifferentiationInterface = "0.4" +DifferentiationInterface = "0.5" Enzyme = "0.11.20,0.12" ForwardDiff = "0.10.36" Krylov = "0.9.5"