-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (29 loc) · 1.14 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 = "ModelSelectionAccelerator"
uuid = "60517a3e-5d9d-4b2e-b5ce-bdbd66b72a48"
authors = ["Demian Panigo <[email protected]>", "Adán Mauri Ungaro <[email protected]>", "Nicolás Monzón <[email protected]>", "Valentin Mari <[email protected]>"]
version = "1.0.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
ModelSelection = "51b78214-913b-40cf-9250-c64eb33811f7"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
julia = "1.6.7"
DataFrames = "1.6.1"
Distributions = "0.25.98"
JLD2 = "0.4.33"
KernelDensity = "0.6.7"
ModelSelection = "1.3.5"
Mustache = "1.0.17"
Plots = "1.38.17"
StatsPlots = "0.15.6"
ZipFile = "0.10.1"