From d3d658fd6867a679386cc33bff8d02137f9c343c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 01:03:24 +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 1437c744..3269a071 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ DensityInterface = "0.4" Distributions = "0.25" DynamicIterators = "0.4" FillArrays = "1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" IfElse = "0.1" Infinities = "0.1" InverseFunctions = "0.1"