From 8016981ed4a0223d54e56f341bc871194215dc43 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:34:55 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4c03859b..03b1c0940 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.37.0" +version = "0.37.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -64,7 +64,7 @@ DocStringExtensions = "0.8, 0.9" DynamicHMC = "3.4" DynamicPPL = "0.35" EllipticalSliceSampling = "0.5, 1, 2" -ForwardDiff = "0.10.3" +ForwardDiff = "0.10.3, 1" Libtask = "0.8.8" LinearAlgebra = "1" LogDensityProblems = "2"