From 7f4d0235dd546a6e75d67b097756fcfa8198c136 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:11:07 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05d33ec36..a81293677 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ DifferentiationInterface = "0.6.41" Distributions = "0.25" DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" -ForwardDiff = "0.10.12" +ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" JET = "0.9" KernelAbstractions = "0.9.33" From 1671cc65ee433adf3c13b6400d77ebc239ff0aad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 00:20:50 +0000 Subject: [PATCH 2/3] CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat) (#866) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 9fa3fd872..f5c9c6ed0 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" From 38f5be14ebcd2abb143d6ca9c4f80706dd51c251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 00:21:20 +0000 Subject: [PATCH 3/3] CompatHelper: bump compat for ForwardDiff to 1 for package docs, (keep existing compat) (#865) Co-authored-by: CompatHelper Julia --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index fa57f2c1c..a95a45ae2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -18,7 +18,7 @@ Distributions = "0.25" Documenter = "1" DocumenterMermaid = "0.1, 0.2" FillArrays = "0.13, 1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" JET = "0.9" LogDensityProblems = "2" MCMCChains = "5, 6"