Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This would directly work if training on Colab/Kaggle. Fixed some issues with the deprecated libraries. #167

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update requirements.txt
thetushargoyal committed Jul 25, 2024

Verified

This commit was signed with the committer’s verified signature.
filiptibell Filip Tibell
commit 63efd8d13f6e9635143bac763383ba7500e204f8
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch
numpy==1.19.5
librosa==0.7.2
scipy==1.4.1
tensorboard==2.0
soundfile==0.10.3.post1
matplotlib==3.1.3
numpy
librosa
scipy
tensorboard
soundfile
matplotlib