Skip to content

Commit c2281f8

Browse files
Merge pull request #3843 from oscardssmith/os/ForwardDiff@1
update ForwardDiff to 1
2 parents b0907ec + ebdc3e5 commit c2281f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EnumX = "1.0.4"
116116
ExprTools = "0.1.10"
117117
FMI = "0.14"
118118
FindFirstFunctions = "1"
119-
ForwardDiff = "0.10.3"
119+
ForwardDiff = "0.10.3, 1"
120120
FunctionWrappers = "1.1"
121121
FunctionWrappersWrappers = "0.1"
122122
Graphs = "1.5.2"
@@ -156,7 +156,7 @@ Serialization = "1"
156156
Setfield = "0.7, 0.8, 1"
157157
SimpleNonlinearSolve = "0.1.0, 1, 2"
158158
SparseArrays = "1"
159-
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2"
159+
SpecialFunctions = "1, 2"
160160
StaticArrays = "0.10, 0.11, 0.12, 1.0"
161161
StochasticDelayDiffEq = "1.10"
162162
StochasticDiffEq = "6.72.1"

test/extensions/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[sources]
2+
ModelingToolkit = {path = "../.."}
3+
14
[deps]
25
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
36
CasADi = "c49709b8-5c63-11e9-2fb2-69db5844192f"

0 commit comments

Comments
 (0)