rajsecrets0 commited on
Commit
5ee1152
·
verified ·
1 Parent(s): aa52b02

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- SpeechRecognition
2
- librosa
3
- soundfile
4
- numpy == 2.0.0
 
 
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