Skip to content

Commit 4275b3d

Browse files
committed
added distributed package
1 parent 54ae95f commit 4275b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ julia = "1"
4646
[extras]
4747
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4848
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
49+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
4950
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
5051
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
5152
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
@@ -60,6 +61,7 @@ XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
6061
test = [
6162
"DataFrames",
6263
"DecisionTree",
64+
"Distributed",
6365
"InteractiveUtils",
6466
"MLJ",
6567
"MLJDecisionTreeInterface",

0 commit comments

Comments
 (0)