From d9f9e06ef34a5874882add243ec98ec1b09343b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:19:14 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 679271a..034576a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AdvancedMH" uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170" -version = "0.8.6" +version = "0.8.7" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -29,7 +29,7 @@ DiffResults = "1" Distributions = "0.25" DocStringExtensions = "0.9" FillArrays = "1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" LinearAlgebra = "1.6" LogDensityProblems = "2" MCMCChains = "6.0.4"