Skip to content

Commit b4dd794

Browse files
committed
Project.toml: Clean up
1 parent 5a539ac commit b4dd794

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ julia = "1"
3030
[extras]
3131
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
3232
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
33-
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
3433
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
35-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3634
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3735
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3836
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
39-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
4037
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4138

4239
[targets]
43-
test = ["CodecZlib", "Statistics", "LinearAlgebra", "SparseArrays", "Distances", "Random", "DelimitedFiles", "SpecialFunctions", "StableRNGs", "Test"]
40+
test = ["CodecZlib", "LinearAlgebra", "SparseArrays", "DelimitedFiles", "SpecialFunctions", "StableRNGs", "Test"]

0 commit comments

Comments
 (0)