File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
88CombinatorialSpaces = " b1c52339-7909-45ad-8b6a-6e388f7c67f2"
99ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
1010DiagrammaticEquations = " 6f00c28b-6bed-4403-80fa-30e0dc12f317"
11+ ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
1112Krylov = " ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
1213LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1314MLStyle = " d8e11817-5142-5d16-987a-aa16d5891078"
@@ -31,14 +32,15 @@ ComponentArrays = "0.15"
3132DiagrammaticEquations = " 0.2"
3233DiffEqGPU = " 0.3"
3334Distributions = " 0.25"
35+ ForwardDiff = " 1.0.1"
3436GeometryBasics = " 0.5"
3537JSON = " 0.21"
3638Krylov = " 0.9.6, 0.10"
3739LinearAlgebra = " 1.9"
3840MLStyle = " 0.4.17"
3941Markdown = " 1.9"
4042OrdinaryDiffEqTsit5 = " 1.1.0"
41- PreallocationTools = " < 0.4.30 "
43+ PreallocationTools = " 0.4"
4244Random = " 1.9"
4345SparseArrays = " 1.9"
4446Statistics = " 1.9"
Original file line number Diff line number Diff line change 11using CombinatorialSpaces
22using ComponentArrays
3+ using ForwardDiff
34using LinearAlgebra
45using MLStyle
56using PreallocationTools
You can’t perform that action at this time.
0 commit comments