Spaces:
Runtime error
Runtime error
Commit
·
0a9f724
1
Parent(s):
7c8ac1f
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
librosa==0.6.3
|
2 |
numpy
|
3 |
pandas
|
@@ -5,6 +8,5 @@ soundfile==0.9.0
|
|
5 |
wave
|
6 |
sklearn
|
7 |
tqdm==4.28.1
|
8 |
-
https://www.lfd.uci.edu/~gohlke/pythonlibs/pyaudio/PyAudio-0.2.11-cp38-cp38-win_amd64.whl
|
9 |
matplotlib==2.2.3
|
10 |
tensorflow==2.5.2
|
|
|
1 |
+
# pre-requirement
|
2 |
+
# sudo apt-get install mysql-server
|
3 |
+
|
4 |
librosa==0.6.3
|
5 |
numpy
|
6 |
pandas
|
|
|
8 |
wave
|
9 |
sklearn
|
10 |
tqdm==4.28.1
|
|
|
11 |
matplotlib==2.2.3
|
12 |
tensorflow==2.5.2
|