From a9ff88df32ba159047b746ec17e20367678a555e Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:16:57 +0100 Subject: [PATCH] compat: allow ForwardDiff v1.0 in DIT --- DifferentiationInterfaceTest/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DifferentiationInterfaceTest/Project.toml b/DifferentiationInterfaceTest/Project.toml index 729087caf..a1aac1eca 100644 --- a/DifferentiationInterfaceTest/Project.toml +++ b/DifferentiationInterfaceTest/Project.toml @@ -48,7 +48,7 @@ DocStringExtensions = "0.8,0.9" ExplicitImports = "1.10.1" FiniteDifferences = "0.12" Flux = "0.16" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36,1" Functors = "0.4, 0.5" JET = "0.4 - 0.8, 0.9" JLArrays = "0.1, 0.2"