From f89324c866421e33fac2dfb2af913b8363856b5e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 29 Apr 2025 01:12:52 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 79e6d129b..814377f8a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -43,7 +43,7 @@ Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1" EnzymeCore = "0.6 - 0.8" -ForwardDiff = "0.10.12" +ForwardDiff = "0.10.12, 1" JET = "0.9" LogDensityProblems = "2" MCMCChains = "6.0.4"