-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
109 lines (103 loc) · 3.71 KB
/
Project.toml
File metadata and controls
109 lines (103 loc) · 3.71 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name = "SymbolicAWEModels"
uuid = "9c9a347c-5289-41db-a9b9-25ccc76c3360"
authors = ["Bart van de Lint <bart@vandelint.net> and contributors"]
version = "0.3.3"
[deps]
AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
OrdinaryDiffEqBDF = "6ad6398a-0878-4a85-9266-38940aa047c8"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
VortexStepMethod = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
[weakdeps]
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
[extensions]
SymbolicAWEModelsControlPlotsExt = "ControlPlots"
[compat]
Aqua = "0.8.13"
AtmosphericModels = "0.3.0"
BenchmarkTools = "1.6"
CodecZlib = "0.7.8"
ControlPlots = "0.2.4"
ControlSystemsBase = "1.18.1"
DiffEqBase = "6.161.0"
DocStringExtensions = "0.9.4"
Documenter = "1.10.1"
KiteUtils = "0.10.10"
LaTeXStrings = "1.4.0"
LinearAlgebra = "1"
LinearSolve = "2 - 3.24"
ModelingToolkit = "~10.15"
NonlinearSolve = "4.8.0"
OrdinaryDiffEqBDF = "1.5.0"
OrdinaryDiffEqCore = "1.23.0"
OrdinaryDiffEqNonlinearSolve = "1.6.1"
Parameters = "0.12"
Pkg = "1"
PrecompileTools = "1.2.1"
Printf = "1"
REPL = "1"
RecipesBase = "1.3.4"
Reexport = "1.1, 1.2"
Rotations = "1.7"
SHA = "0.7.0"
SciMLBase = "2.82.1"
SciMLOperators = "0.3.13, 1"
Serialization = "1"
StaticArrays = "1.9.7"
Statistics = "1"
StatsBase = "0.34"
SteadyStateDiffEq = "2.5"
Suppressor = "0.2.8"
SymbolicIndexingInterface = "0.3"
SymbolicUtils = "3.25"
TOML = "1.0.3"
Tar = "1.10.0"
Test = "1"
Timers = "0.1.5"
UnPack = "1.0.2"
VortexStepMethod = "2.0.0"
WinchModels = "0.3.6"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BenchmarkTools", "Documenter", "ControlPlots", "StatsBase", "Aqua", "TOML"]