Skip to content

Commit 1961140

Browse files
ForwardDiff added as an explicit dependency
1 parent d307a37 commit 1961140

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 = "1.9.1"
77
DataDrivenDiffEq = "2445eb08-9709-466a-b3fc-47e12bd697a2"
88
DataDrivenSparse = "5b588203-7d8b-4fab-a537-c31a7f73f46b"
99
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
10+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1011
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1112
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1213
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

src/SymbolicNumericIntegration.jl

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

3+
using ForwardDiff
34
using TermInterface: iscall
45
using SymbolicUtils
56
using SymbolicUtils: operation, arguments

0 commit comments

Comments
 (0)