-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 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
name = "AutomationLabs"
uuid = "16c52a8d-d77f-496f-9be6-47c8df57b84b"
authors = ["Pierre Blaud <pierre.blaud@ikmail.com> and contributors"]
version = "0.1.2"
[deps]
AutomationLabsDepot = "cc8afec4-1da4-4339-ab39-14f2715a249b"
AutomationLabsExportation = "2be4ce25-7785-4970-b867-04d521c5a137"
AutomationLabsIdentification = "48ff5a6f-d08b-4053-9585-6a9e3e078386"
AutomationLabsModelPredictiveControl = "731a2950-2bc0-4254-a525-a4bb07017e97"
AutomationLabsSystems = "6d3dfdf0-e107-48c6-a6ff-eced1a5a9334"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
[compat]
AutomationLabsDepot = "0.1"
AutomationLabsIdentification = "0.2"
AutomationLabsModelPredictiveControl = "0.1"
JLD2 = "0.4"
PrettyTables = "2"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]