-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
38 lines (32 loc) · 1.04 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
name = "IterativeLearningControl2"
uuid = "528a9aa3-4044-4660-82a5-c2ef7f1e15dc"
authors = ["Fredrik Bagge Carlson"]
version = "0.1.0"
[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
[extensions]
IterativeLearningControl2JuMP = ["JuMP", "BlockArrays"]
[compat]
ControlSystemsBase = "1"
ForwardDiff = "0.10"
RecipesBase = "1"
Statistics = "1"
LinearAlgebra = "1"
BlockArrays = "1.0"
JuMP = "1"
julia = "1.9"
[extras]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots", "BlockArrays", "JuMP", "OSQP"]