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" 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" 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"