From 93b4e40b122cf1e39b70b7b966829f26d3659489 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:41:15 +0100 Subject: [PATCH] compat: allow ForwardDiff v1.0 --- DifferentiationInterface/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index 289cfee51..a5736ba7e 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -1,7 +1,7 @@ name = "DifferentiationInterface" uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" authors = ["Guillaume Dalle", "Adrian Hill"] -version = "0.6.48" +version = "0.6.49" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -60,7 +60,7 @@ ExplicitImports = "1.10.1" FastDifferentiation = "0.4.3" FiniteDiff = "2.27.0" FiniteDifferences = "0.12.31" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36,1" GTPSA = "1.4.0" JuliaFormatter = "1" LinearAlgebra = "<0.0.1,1"