-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathProject.toml
51 lines (49 loc) · 1.81 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
45
46
47
48
49
50
51
name = "BetaML"
uuid = "024491cd-cc6b-443e-8034-08ea7eb7db2b"
authors = ["Antonello Lobianco <[email protected]>"]
version = "0.12.1"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForceImport = "9dda63f9-cce7-5873-89fa-eccbb2fffcde"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
AbstractTrees = "0.4.3"
CategoricalArrays = "0.8, 0.9, 0.10"
Combinatorics = "1"
DelimitedFiles = "1"
Distributions = "0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
ForceImport = "0.0.3"
JLD2 = "0.4, 0.5"
LoopVectorization = "0.12"
MLJModelInterface = "1.3.3"
PDMats = "0.9, 0.10, 0.11"
PrecompileTools = "1"
ProgressMeter = "1.8"
Reexport = "0.2, 1.0"
StableRNGs = "1.0"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
Zygote = "0.4, 0.5, 0.6"
julia = "1.3"