-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
72 lines (66 loc) · 2.25 KB
/
Project.toml
File metadata and controls
72 lines (66 loc) · 2.25 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
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
name = "VortexStepMethod"
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
version = "1.1.1"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
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"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
Xfoil = "19641d66-a62d-11e8-2441-8f57a969a9c4"
[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"
Distributed = "1.10"
Documenter = "1.8"
Interpolations = "0.15"
LaTeXStrings = "1"
LinearAlgebra = "1"
Logging = "1"
Measures = "0.3"
NonlinearSolve = "4"
Parameters = "0.12"
Pkg = "1"
PreallocationTools = "0.4.25"
Serialization = "1"
SharedArrays = "1"
StaticArrays = "1"
Statistics = "1"
Test = "1"
Timers = "0.1"
Xfoil = "0.5"
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"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "CSV", "Distributed", "Documenter", "BenchmarkTools", "ControlPlots", "Aqua"]