Skip to content

Commit 137ae6d

Browse files
committed
1 parent 813da8e commit 137ae6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "0.9.13"
66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
88
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
9-
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1211
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -20,7 +19,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019

2120
[compat]
2221
Distributions = "0.17,0.18,0.19,0.20,0.21, 0.22, 0.23, 0.24"
23-
GenericLinearAlgebra = "<0.3"
2422
MacroTools = "<0.6"
2523
RecipesBase = "<0.8, 0.8, 1.0"
2624
Requires = "<0.6, 1.0"
@@ -32,10 +30,11 @@ julia = "1.0"
3230
[extras]
3331
ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
3432
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
33+
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
3534
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
3635
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3736
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3837
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
3938

4039
[targets]
41-
test = ["ControlSystems", "ForwardDiff", "Measurements", "Test", "Plots", "Unitful"]
40+
test = ["ControlSystems", "ForwardDiff", "GenericLinearAlgebra", "Measurements", "Test", "Plots", "Unitful"]

0 commit comments

Comments
 (0)