-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.24 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
name = "AutomationLabsModelPredictiveControl"
uuid = "731a2950-2bc0-4254-a525-a4bb07017e97"
authors = ["Pierre Blaud <pierre.blaud@ikmail.com> and contributors"]
version = "0.1.4"
[deps]
AutomationLabsSystems = "6d3dfdf0-e107-48c6-a6ff-eced1a5a9334"
ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathematicalSystems = "d14a8603-c872-5ed3-9ece-53e0e82e39da"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
SCIP = "82193955-e24f-5292-bf16-6f2c5261a85f"
[compat]
AutomationLabsSystems = "0.1"
ControlSystems = "1"
Flux = "0.13"
ForwardDiff = "0.10"
Ipopt = "1"
JuMP = "1"
LazySets = "2"
MathematicalSystems = "0.13"
OSQP = "0.8"
SCIP = "0.11"
julia = "1"
[extras]
AutomationLabsIdentification = "48ff5a6f-d08b-4053-9585-6a9e3e078386"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MathOptInterface", "AutomationLabsIdentification", "MLJ"]