Skip to content

Commit 26e819c

Browse files
committed
add forgotten test dep
1 parent 16d8e20 commit 26e819c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ CategoricalDistributions = "0.1"
3333
Combinatorics = "1.0"
3434
Dates = "1"
3535
Distances = "0.9,0.10"
36+
Distributed = "1"
3637
Distributions = "0.25"
3738
InteractiveUtils = "1"
3839
LinearAlgebra = "1"
@@ -53,6 +54,7 @@ Tables = "0.2,1.0"
5354
julia = "1.10"
5455

5556
[extras]
57+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
5658
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
5759
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
5860
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
@@ -62,4 +64,4 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
6264
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6365

6466
[targets]
65-
test = ["MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Suppressor", "Test"]
67+
test = ["Distributed", "MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Suppressor", "Test"]

0 commit comments

Comments
 (0)