forked from ufechner7/KiteModels.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
55 lines (51 loc) · 1.86 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
name = "KiteModels"
uuid = "b94af626-7959-4878-9336-2adc27959007"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.6.1"
[deps]
AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KitePodModels = "9de5dc81-f971-414a-927b-652b2f41c539"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
[compat]
AtmosphericModels = "0.2"
BenchmarkTools = "1.2, 1.3"
ControlPlots = "0.1.4"
Dierckx = "0.5"
DiffEqBase = "6.145"
DocStringExtensions = "0.8, 0.9"
Documenter = "1.0"
KitePodModels = "0.3.3"
KiteUtils = "0.7"
NLsolve = "4.5"
OrdinaryDiffEq = "6.66, 6.74"
PackageCompiler = "2.0"
Parameters = "0.12"
PrecompileTools = "1.2"
Reexport = "1.1, 1.2"
Rotations = "1.3"
StaticArrays = "1.9"
Sundials = "4.24"
WinchModels = "0.3.2"
julia = "1.10"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BenchmarkTools", "PackageCompiler", "Documenter", "StatProfilerHTML", "ControlPlots"]