Skip to content

Commit e6a42dd

Browse files
committed
Restore ForwardDiff compat bound, update test/Project bounds
1 parent d2f6a8d commit e6a42dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ DifferentiationInterface = "0.6.41"
5555
Distributions = "0.25"
5656
DocStringExtensions = "0.9"
5757
EnzymeCore = "0.6 - 0.8"
58+
ForwardDiff = "0.10.12"
5859
JET = "0.9"
5960
KernelAbstractions = "0.9.33"
6061
LinearAlgebra = "1.6"

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Accessors = "0.1"
3737
Bijectors = "0.15.1"
3838
Combinatorics = "1"
3939
Compat = "4.3.0"
40-
DifferentiationInterface = "0.6"
40+
DifferentiationInterface = "0.6.41"
4141
Distributions = "0.25"
4242
DistributionsAD = "0.6.3"
4343
Documenter = "1"
@@ -47,10 +47,10 @@ JET = "0.9"
4747
LogDensityProblems = "2"
4848
MCMCChains = "6.0.4"
4949
MacroTools = "0.5.6"
50-
Mooncake = "0.4.59"
50+
Mooncake = "0.4.95"
5151
OrderedCollections = "1"
5252
ReverseDiff = "1"
5353
StableRNGs = "1"
5454
Tracker = "0.2.23"
5555
Zygote = "0.6"
56-
julia = "1.6"
56+
julia = "1.10"

0 commit comments

Comments
 (0)