MaroofTechSorcerer commited on
Commit
c452db2
·
verified ·
1 Parent(s): 58b0884

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- transformers==4.51.3
2
- torch>=2.7.0,<3.0.0
3
- streamlit==1.45.0
4
- whisper==1.1.10
5
  pydub==0.25.1
6
  plotly==6.0.1
7
- librosa==0.11.0
8
- numpy==2.2.5
 
1
+ streamlit==1.40.0
2
+ torch>=2.0.1
3
+ transformers==4.38.2
4
+ openai-whisper>=20240930
5
  pydub==0.25.1
6
  plotly==6.0.1
7
+ numpy==1.26.4
8
+ requests==2.32.3