From dc81844a04ebaf5000ff66344f8b40f423f27dc1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 May 2025 00:07:56 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2fc1d984c..d6dca79dd 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ DifferentiationInterface = "0.6.41, 0.7" Distributions = "0.25" DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" -ForwardDiff = "0.10.12" +ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" JET = "0.9, 0.10" KernelAbstractions = "0.9.33"