-
Notifications
You must be signed in to change notification settings - Fork 109
/
Project.toml
46 lines (40 loc) · 1.29 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
name = "XGBoost"
uuid = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
version = "2.5.1"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
XGBoost_jll = "a5c6f535-4255-5ca2-a466-0e519f119c46"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
[extensions]
XGBoostCUDAExt = "CUDA"
XGBoostTermExt = "Term"
[compat]
AbstractTrees = "0.4"
CEnum = "0.4, 0.5"
CUDA = "3, 4, 5"
JSON3 = "1"
OrderedCollections = "1"
SparseMatricesCSR = "0.6"
Tables = "1"
Term = "1, 2"
XGBoost_jll = "2"
julia = "1.6"
[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CUDA", "Random", "Term", "Test"]