File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ version = "0.1.0"
55
66[deps ]
77DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
8- DifferentialEquations = " 0c46a032-eb83-5123-abaf-570d42b7fbaa"
98DiffEqNoiseProcess = " 77a26b50-5914-5dd7-bc55-306e6241c503"
109DelayDiffEq = " bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
1110DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -18,5 +17,18 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1817SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1918StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
2019StochasticDiffEq = " 789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
21- OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2220Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
21+
22+
23+ [compat ]
24+ DataStructures = " 0.17"
25+ DiffEqBase = " 6"
26+ DiffEqNoiseProcess = " 3.3.1"
27+ StochasticDiffEq = " 6.11"
28+ DelayDiffEq = " 5"
29+ Parameters = " 0.10, 0.11, 0.12"
30+ RandomNumbers = " 1"
31+ RecursiveArrayTools = " 1"
32+ Reexport = " 0.2"
33+ StaticArrays = " 0.11"
34+ julia = " 1"
You can’t perform that action at this time.
0 commit comments