Skip to content

Commit d65ea24

Browse files
committed
Add ForwardDiff as dependency for FixedSizeDiffCache
1 parent 34f17e1 commit d65ea24

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
88
CombinatorialSpaces = "b1c52339-7909-45ad-8b6a-6e388f7c67f2"
99
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
1010
DiagrammaticEquations = "6f00c28b-6bed-4403-80fa-30e0dc12f317"
11+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1112
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
1213
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1314
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
@@ -31,14 +32,15 @@ ComponentArrays = "0.15"
3132
DiagrammaticEquations = "0.2"
3233
DiffEqGPU = "0.3"
3334
Distributions = "0.25"
35+
ForwardDiff = "1.0.1"
3436
GeometryBasics = "0.5"
3537
JSON = "0.21"
3638
Krylov = "0.9.6, 0.10"
3739
LinearAlgebra = "1.9"
3840
MLStyle = "0.4.17"
3941
Markdown = "1.9"
4042
OrdinaryDiffEqTsit5 = "1.1.0"
41-
PreallocationTools = "< 0.4.30"
43+
PreallocationTools = "0.4"
4244
Random = "1.9"
4345
SparseArrays = "1.9"
4446
Statistics = "1.9"

src/simulation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using CombinatorialSpaces
22
using ComponentArrays
3+
using ForwardDiff
34
using LinearAlgebra
45
using MLStyle
56
using PreallocationTools

0 commit comments

Comments
 (0)