From a7f89644954dc52af40032a9fc14eadd5d088411 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:35:30 +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 36b7ebdec..20d42ea87 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -54,7 +54,7 @@ DistributionsAD = "0.6.3" DynamicHMC = "2.1.6, 3.0" DynamicPPL = "0.35" FiniteDifferences = "0.10.8, 0.11, 0.12" -ForwardDiff = "0.10.12 - 0.10.32, 0.10" +ForwardDiff = "0.10.12 - 0.10.32, 0.10, 1" HypothesisTests = "0.11" LinearAlgebra = "1" LogDensityProblems = "2"