-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (45 loc) · 1.52 KB
/
Project.toml
File metadata and controls
48 lines (45 loc) · 1.52 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
name = "KiteControllers"
uuid = "b19fd437-5b3a-4cca-b199-c3ded0f20ded"
authors = ["Uwe Fechner <fechner@aenarete.eu> and contributors"]
version = "0.2.20"
[workspace]
projects = ["examples", "docs", "test"]
[deps]
DiscretePIDs = "c1363496-6848-4723-8758-079b737f6baf"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
WinchControllers = "9e74470a-8ab1-4f32-b878-f32ebd236ea2"
WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DiscretePIDs = "0.1.5, 1.0"
JLD2 = "0.5.11"
KiteUtils = "0.11.4"
NLSolversBase = "7.10.0, 8.0"
NLsolve = "4.5"
Observables = "0.3, 0.4, 0.5"
Parameters = "0.12"
Pkg = "1.10, 1.11, 1.12"
Printf = "1.10, 1.11, 1.12"
Reexport = "1.2.2"
Rotations = "1.7.1"
StaticArrays = "1.9.7"
StatsBase = "0.34"
StructTypes = "1.10"
Timers = "0.1"
WinchControllers = "0.5.4"
WinchModels = "0.3.9"
YAML = "0.4.9"
julia = "1.11, 1.12"