diff --git a/README.md b/README.md index 19061cb..67954fe 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ of a given vector or matrix. ## Dependencies * Julia 0.7 -* Statistics (Standard Library) ## Remarks diff --git a/REQUIRE b/REQUIRE index 6356036..78d92f8 100644 --- a/REQUIRE +++ b/REQUIRE @@ -2,4 +2,4 @@ julia 0.7- #Packages in StandardLib must not be listed here #Distributed #SharedArrays -Statistics +#Statistics