-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
44 lines (40 loc) · 1.39 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
40
41
42
43
44
name = "MultiData"
uuid = "8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
authors = ["Lorenzo Balboni", "Federico Manzella", "Giovanni Pagliarini", "Eduard I. Stan"]
version = "0.1.2"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Catch22 = "acdeb78f-3d39-4310-8fdf-6d75c17c6d5a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
SoleBase = "4475fa32-7023-44a0-aa70-4813b230e492"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CSV = "0.10"
Catch22 = "0.3 - 0.5"
DataFrames = "1"
DataStructures = "0.18"
MLJModelInterface = "1.9"
Random = "1"
Reexport = "1"
Revise = "3"
ScientificTypes = "3"
SoleBase = "0.12"
StatsBase = "0.30 - 0.34"
Tables = "1"
julia = "1"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Markdown", "InteractiveUtils", "PlutoUI"]