@@ -28,7 +28,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
28
28
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
29
29
SciMLOperators = " c0aeaf25-5076-4817-a8d5-81caf7dfa961"
30
30
Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
31
- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
32
31
Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
33
32
StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
34
33
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -45,6 +44,7 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
45
44
Measurements = " eff96d63-e80a-5855-80a2-b1b0885c5ab7"
46
45
MonteCarloMeasurements = " 0987c9cc-fe09-11e8-30f0-b96dd679fdca"
47
46
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
47
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
48
48
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
49
49
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
50
50
@@ -58,6 +58,7 @@ DiffEqBaseMPIExt = "MPI"
58
58
DiffEqBaseMeasurementsExt = " Measurements"
59
59
DiffEqBaseMonteCarloMeasurementsExt = " MonteCarloMeasurements"
60
60
DiffEqBaseReverseDiffExt = " ReverseDiff"
61
+ DiffEqBaseSparseArraysExt = " SparseArrays"
61
62
DiffEqBaseTrackerExt = " Tracker"
62
63
DiffEqBaseUnitfulExt = " Unitful"
63
64
@@ -121,11 +122,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
121
122
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
122
123
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
123
124
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
125
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
124
126
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
125
127
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
126
128
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
127
129
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
128
130
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
129
131
130
132
[targets ]
131
- test = [" Distributed" , " Measurements" , " MonteCarloMeasurements" , " Unitful" , " LabelledArrays" , " ForwardDiff" , " InteractiveUtils" , " Plots" , " Pkg" , " Random" , " StaticArrays" , " SafeTestsets" , " Statistics" , " Test" , " Distributions" , " Aqua" , " BenchmarkTools" ]
133
+ test = [" Distributed" , " Measurements" , " MonteCarloMeasurements" , " Unitful" , " LabelledArrays" , " ForwardDiff" , " SparseArrays " , " InteractiveUtils" , " Plots" , " Pkg" , " Random" , " StaticArrays" , " SafeTestsets" , " Statistics" , " Test" , " Distributions" , " Aqua" , " BenchmarkTools" ]
0 commit comments