-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
34 lines (30 loc) · 1.18 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
name = "Sole"
uuid = "7b3b3b3f-8b15-4a80-a798-b383498bc2cf"
authors = ["Michele Ghiotti", "Federico Manzella", "Mauro Milella", "Giovanni Pagliarini", "Edoardo Ponsanesi", "Eduard I. Stan", "Guido Sciavicco"]
version = "0.6.2"
[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SoleBase = "4475fa32-7023-44a0-aa70-4813b230e492"
SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c"
SoleLogics = "b002da8f-3cb3-4d91-bbe3-2953433912b5"
SoleModels = "4249d9c7-3290-4ddd-961c-e1d3ec2467f8"
[compat]
Random = "1"
Reexport = "1.2"
SoleBase = "0.12"
SoleData = "0.15"
SoleLogics = "0.9, 0.10"
SoleModels = "0.9"
julia = "1"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModalDecisionTrees = "e54bda2e-c571-11ec-9d64-0242ac120002"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Markdown", "InteractiveUtils", "PlutoUI", "Graphs", "DataFrames", "MLJ", "ModalDecisionTrees"]