-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (35 loc) · 1.2 KB
/
Project.toml
File metadata and controls
39 lines (35 loc) · 1.2 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
name = "WinchControllers"
uuid = "9e74470a-8ab1-4f32-b878-f32ebd236ea2"
authors = ["Uwe Fechner <u.fechner-1@tudelft.nl> and contributors"]
version = "0.5.5"
[workspace]
projects = ["examples", "docs", "test"]
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DocStringExtensions = "0.9.4"
FiniteDiff = "2.27.0"
KiteUtils = "0.11.1"
LinearAlgebra = "1.10, 1.11, 1.12"
NLsolve = "4.5.1"
Parameters = "0.12.3"
Pkg = "1.10, 1.11, 1.12"
StaticArrays = "1.9.13"
Statistics = "1.10, 1.11.1"
StructTypes = "1.10, 1.11"
Timers = "0.1.5"
WinchModels = "0.3.7"
YAML = "0.4.13"
julia = "1.10, 1.11"