From a716663529b711436ab144ed6c2957925b16414a Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Wed, 26 Mar 2025 18:49:24 -0400 Subject: [PATCH] support ForwardDiff 1.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 80341a320..cdc028048 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqBase" uuid = "2b5f629d-d688-5b77-993f-72d75c75574e" authors = ["Chris Rackauckas "] -version = "6.167.0" +version = "6.167.1" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -79,7 +79,7 @@ EnzymeCore = "0.7, 0.8" FastBroadcast = "0.3" FastClosures = "0.3.2" FastPower = "1.1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" FunctionWrappers = "1.0" FunctionWrappersWrappers = "0.1" GeneralizedGenerated = "0.3"