From 1338adda9686dbba3d0629af998db26cfff06350 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Apr 2025 00:30:23 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c379843e25..74ca371b82 100644 --- a/Project.toml +++ b/Project.toml @@ -86,7 +86,7 @@ FastBroadcast = "0.2, 0.3" FastClosures = "0.3" FillArrays = "1.9" FiniteDiff = "2" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" FunctionWrappersWrappers = "0.1" InteractiveUtils = "1.9" LineSearches = "7"