Skip to content

Commit

Permalink
move GLA to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Dec 14, 2020
1 parent a0bc422 commit 1b61db7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.9.13"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -20,7 +19,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

[targets]
test = ["ControlSystems", "ForwardDiff", "Measurements", "Test", "Plots", "Unitful"]
test = ["ControlSystems", "ForwardDiff", "GenericLinearAlgebra", "Measurements", "Test", "Plots", "Unitful"]

0 comments on commit 1b61db7

Please sign in to comment.