From d66bee199f998f2aff4f81c0a1850bc5ec4113f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 29 Apr 2025 01:11:37 +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 83b1fe335..376c74752 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ DifferentiationInterface = "0.6.41" 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" KernelAbstractions = "0.9.33"