From 3352f4e519b6d690a31af70ce3c7d11d4c779ca8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 03:17: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 2fe9b84a..e0021361 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ DiffEqUncertainty = "1" DifferentialEquations = "7" Distributions = "0.25" Flux = "0.13, 0.14, 0.15, 0.16" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" Franklin = "0.10" IntervalArithmetic = "0.22" KernelDensity = "0.6"