-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
78 lines (72 loc) · 2.48 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name = "VortexStepMethod"
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
authors = ["1-Bart-1 <[email protected]>", "Oriol Cayon and contributors"]
version = "1.2.3"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
Xfoil = "19641d66-a62d-11e8-2441-8f57a969a9c4"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[weakdeps]
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
[extensions]
VortexStepMethodControlPlotsExt = "ControlPlots"
[compat]
Aqua = "0.8"
BenchmarkTools = "1"
CSV = "0.10"
Colors = "0.13"
ControlPlots = "0.2.5"
DataFrames = "1.7"
DefaultApplication = "1"
DelimitedFiles = "1"
DifferentiationInterface = "0.6.48"
Documenter = "1.8"
FiniteDiff = "2.27.0"
Interpolations = "0.15"
LaTeXStrings = "1"
LinearAlgebra = "1"
Logging = "1"
Measures = "0.3"
NonlinearSolve = "=4.5.0"
Parameters = "0.12"
Pkg = "1"
PreallocationTools = "0.4.25"
PrecompileTools = "1.2.1"
SciMLBase = "2.77.0"
Serialization = "1"
StaticArrays = "1"
Statistics = "1"
Test = "1"
Timers = "0.1"
Xfoil = "0.5"
YAML = "0.4.13"
julia = "1.10, 1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "CSV", "Documenter", "BenchmarkTools", "ControlPlots", "Aqua"]