From 2054287295f215ece38b6cc63903c7d026e346ff Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 May 2024 12:06:52 +0000 Subject: [PATCH] CompatHelper: bump compat for DifferentiationInterface to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d9cc13..98f36e6 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ ChainRulesCore = "1.23" ConcreteStructs = "0.2.3" DiffEqBase = "6.149" DiffResults = "1.1" -DifferentiationInterface = "0.4" +DifferentiationInterface = "0.4, 0.5" ExplicitImports = "1.5.0" FastClosures = "0.3.2" FiniteDiff = "2.23.1"