@@ -6,7 +6,6 @@ version = "0.9.13"
6
6
[deps ]
7
7
Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
8
8
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
9
- GenericLinearAlgebra = " 14197337-ba66-59df-a3e3-ca00e7dcff7a"
10
9
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
10
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
12
11
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -20,7 +19,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
20
19
21
20
[compat ]
22
21
Distributions = " 0.17,0.18,0.19,0.20,0.21, 0.22, 0.23, 0.24"
23
- GenericLinearAlgebra = " <0.3"
24
22
MacroTools = " <0.6"
25
23
RecipesBase = " <0.8, 0.8, 1.0"
26
24
Requires = " <0.6, 1.0"
@@ -32,10 +30,11 @@ julia = "1.0"
32
30
[extras ]
33
31
ControlSystems = " a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
34
32
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
33
+ GenericLinearAlgebra = " 14197337-ba66-59df-a3e3-ca00e7dcff7a"
35
34
Measurements = " eff96d63-e80a-5855-80a2-b1b0885c5ab7"
36
35
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
37
36
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
38
37
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
39
38
40
39
[targets ]
41
- test = [" ControlSystems" , " ForwardDiff" , " Measurements" , " Test" , " Plots" , " Unitful" ]
40
+ test = [" ControlSystems" , " ForwardDiff" , " GenericLinearAlgebra " , " Measurements" , " Test" , " Plots" , " Unitful" ]
0 commit comments