Skip to content

Commit 4b913c8

Browse files
committed
added Distributed
1 parent 90791d5 commit 4b913c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ julia = "1"
2020

2121
[extras]
2222
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
23+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
2324
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
2425
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
2526
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
2627
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2728

2829
[targets]
29-
test = ["ComputationalResources", "EvoTrees", "MLJ", "StableRNGs", "Test"]
30+
test = ["ComputationalResources", "Distributed", "EvoTrees", "MLJ", "StableRNGs", "Test"]

0 commit comments

Comments
 (0)