Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
1 |
+
numpy==1.21.6
|
2 |
+
streamlit==1.22.0
|
3 |
+
SpeechRecognition==3.8.1
|
4 |
+
librosa==0.9.2
|
5 |
+
soundfile==0.10.3.post1
|