From 198a80f9a03ba2ec89479c47c599fc892b584dac Mon Sep 17 00:00:00 2001 From: Oliver Heil Date: Fri, 3 Aug 2018 13:32:49 +0200 Subject: [PATCH] Base packages not into Require --- README.md | 1 - REQUIRE | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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