Skip to content

Commit 2f05dee

Browse files
author
CompatHelper Julia
committed
CompatHelper: add new compat entry for XGBoost in [weakdeps] at version 2, (keep existing compat)
1 parent 82a2e23 commit 2f05dee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Project.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,25 @@ StatsBase = "0.30 - 0.34"
6767
Suppressor = "0.2"
6868
Tables = "1"
6969
ThreadSafeDicts = "0.1"
70+
XGBoost = "2"
7071
ZipFile = "0.10"
7172
julia = "1"
7273

7374
[extras]
7475
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
7576
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7677
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
78+
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
79+
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
80+
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
81+
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
82+
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
7783
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
7884
MultiData = "8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
7985
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
8086
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8187
SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c"
8288
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
83-
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
84-
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
85-
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
86-
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
87-
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
8889

8990
[targets]
9091
test = ["Test", "DataFrames", "Random", "MLJ", "MLJXGBoostInterface", "MultiData", "Markdown", "InteractiveUtils", "BenchmarkTools", "MLJBase", "XGBoost", "DecisionTree", "MLJDecisionTreeInterface", "SoleData"]

0 commit comments

Comments
 (0)