Skip to content

Commit 866aef7

Browse files
committed
fix compat
1 parent 50a2304 commit 866aef7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DifferentiationInterface = "0.7"
4141
Distributions = "0.25"
4242
DistributionsAD = "0.6"
4343
FillArrays = "1"
44-
ForwardDiff = "0.10, 1"
44+
ForwardDiff = "0.10, 1.3"
4545
LinearAlgebra = "1"
4646
Lux = "1"
4747
LuxCore = "1"

benchmark/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BenchmarkTools = "1"
1919
ComponentArrays = "0.15"
2020
DifferentiationInterface = "0.7"
2121
Distributions = "0.25"
22-
ForwardDiff = "0.10, 1"
22+
ForwardDiff = "0.10, 1.3"
2323
Lux = "1"
2424
LuxCore = "1"
2525
OrdinaryDiffEqDefault = "1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Distances = "0.10"
3030
Distributions = "0.25"
3131
Enzyme = "0.13"
3232
ExplicitImports = "1"
33-
ForwardDiff = "0.10, 1"
33+
ForwardDiff = "0.10, 1.3"
3434
JET = "0.9, 0.10, 0.11"
3535
Lux = "1"
3636
LuxCore = "1"

0 commit comments

Comments
 (0)