Skip to content

Commit 0acbee6

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

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
@@ -45,6 +45,7 @@ CSV = "0.10"
4545
CategoricalArrays = "0.10"
4646
DataFrames = "1"
4747
DataStructures = "0.18"
48+
DecisionTree = "0.12"
4849
FillArrays = "1"
4950
FunctionWrappers = "1"
5051
Graphs = "1.8"
@@ -74,17 +75,17 @@ julia = "1"
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)