Skip to content

Commit 1c90fdc

Browse files
committed
add ReverseDiff as dependency
1 parent 0363dd1 commit 1c90fdc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.4.0"
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
99
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
10+
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
1011

1112
[compat]
1213
Adapt = "3"

src/PreallocationTools.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module PreallocationTools
22

33
using ForwardDiff, ArrayInterfaceCore, Adapt
4+
import ReverseDiff
45

56
struct DiffCache{T <: AbstractArray, S <: AbstractArray}
67
du::T

0 commit comments

Comments
 (0)