-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (37 loc) · 1.15 KB
/
Copy pathProject.toml
File metadata and controls
41 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = "FlightGNC"
uuid = "f141b7d0-6781-47a7-9266-a0707263841d"
authors = ["Namhoon Cho <nhcho91@gmail.com> and contributors"]
version = "0.2.4"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
FSimBase = "731e945d-f3ed-49a1-bee2-3998705ef155"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mosek = "6405355b-0ac2-5fba-af84-adbd65488c0e"
MosekTools = "1ec41992-ff65-5c91-ac43-2df89e9693a4"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
ComponentArrays = "0.11"
Convex = "0.14, 0.15"
DiffEqFlux = "1"
FSimBase = "0.2"
Mosek = "1"
MosekTools = "0.11, 0.12"
Optim = "1"
OrdinaryDiffEq = "6"
Plots = "1"
Reexport = "1.2"
Roots = "2"
UnPack = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]