Skip to content

Commit be31ffc

Browse files
committed
Move Statistics to extras
1 parent 1868f0b commit be31ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
1212
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
1313
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
1414
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1615
Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
1716

1817
[compat]
@@ -24,6 +23,7 @@ julia = "1.3"
2423

2524
[extras]
2625
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2727

2828
[targets]
29-
test = ["Test"]
29+
test = ["Test", "Statistics"]

0 commit comments

Comments
 (0)