Skip to content

Commit 969c862

Browse files
committed
add Statistics to Project.toml
1 parent 12f2bb7 commit 969c862

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
@@ -14,6 +14,7 @@ ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83"
1414
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
1515
SortTileRecursiveTree = "746ee33f-1797-42c2-866d-db2fce69d14d"
1616
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
17+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1718
WoodburyMatrices = "efce3f68-66dc-5838-9240-27a6d6f5f9b6"
1819

1920
[weakdeps]
@@ -40,6 +41,7 @@ SafeTestsets = "0.1"
4041
SimpleWeightedGraphs = "1.1"
4142
SortTileRecursiveTree = "0.1"
4243
SparseArrays = "1"
44+
Statistics = "1"
4345
Test = "1"
4446
WoodburyMatrices = "1.0.0"
4547
julia = "1.10"
@@ -56,4 +58,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5658
OldConScape = {url = "https://github.com/ConScape/ConScape.jl", rev = "old"}
5759

5860
[targets]
59-
test = ["Aqua", "ArchGDAL", "OldConScape", "Plots", "SafeTestsets", "Test"]
61+
test = ["Aqua", "ArchGDAL", "OldConScape", "Plots", "SafeTestsets", "Statistics", "Test"]

0 commit comments

Comments
 (0)