MaroofTechSorcerer commited on
Commit
d8b6ea5
·
verified ·
1 Parent(s): bd56a4e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- streamlit==1.40.0
2
  torch==2.0.0
3
- torchaudio==2.0.1
4
- transformers==4.38.2
5
- openai-whisper==20240930
6
- pydub==0.25.1
7
- plotly==5.22.0
8
- numpy==1.26.4
 
 
1
+ streamlit==1.40.0
2
  torch==2.0.0
3
+ torchaudio==2.0.1
4
+ transformers==4.38.2
5
+ openai-whisper==20240930
6
+ pydub==0.25.1
7
+ plotly==5.22.0
8
+ numpy>=1.26.4,<2.0
9
+ packaging==24.2