forked from GodotMisogi/AeroFuse.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
38 lines (36 loc) · 1.32 KB
/
Project.toml
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
name = "AeroMDAO"
uuid = "ae1513eb-aba2-415b-9b88-80f66c7c7c76"
authors = ["GodotMisogi <[email protected]>"]
version = "0.3.7"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
ComponentArrays = "0.11"
CoordinateTransformations = "0.6"
DiffResults = "1"
ForwardDiff = "0.10"
Interpolations = "0.13"
LabelledArrays = "1"
PrettyTables = "1"
Rotations = "1"
Setfield = "0.8"
SplitApplyCombine = "1"
StaticArrays = "1"
TimerOutputs = "0.5"
julia = "1.7.1"