From 901eb55233897aaba5a1b67b002a9917a7427d2d Mon Sep 17 00:00:00 2001 From: Prayag Shah <34435248+prayagnshah@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:24:20 -0300 Subject: [PATCH] removed numpy explicit version (#166) - tensorflow will already install the numpy with latest version and we do not need to mention 1.20 explicitly. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 8b8cce53..58ec79a4 100644 --- a/README.adoc +++ b/README.adoc @@ -267,7 +267,7 @@ Install Tensorflow (has to be 2.5 or later), Librosa and NumPy * Open command prompt with *`Win + S`* type "command" and click on "Command Prompt" * Type `pip install --upgrade pip` -* Type `pip install librosa resampy numpy==1.20` +* Type `pip install librosa resampy` * Install Tensorflow by typing `pip install tensorflow` NOTE: You might need to run the command prompt as "administrator".