From 2d4e6d5710592b32822e98eefe458c7032aef727 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 30 May 2024 08:56:14 +0200 Subject: [PATCH] Bump DifferentiationInterface compat to 0.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1d9cc13..d2915a8 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.5" ExplicitImports = "1.5.0" FastClosures = "0.3.2" FiniteDiff = "2.23.1"