Skip to content

Commit

Permalink
removed numpy explicit version (#166)
Browse files Browse the repository at this point in the history
- tensorflow will already install the numpy with latest version and we do not need to mention 1.20 explicitly.
  • Loading branch information
prayagnshah authored Sep 25, 2023
1 parent cdfcd4f commit 901eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 901eb55

Please sign in to comment.