From 9ab1d1480a274d84f1001a69a44256cc334a8a25 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 May 2025 00:09:11 +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 923a48ea2..271cf4f19 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,7 +42,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, 0.10" LogDensityProblems = "2" MCMCChains = "6.0.4, 7"