Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
streamlit
|
4 |
-
whisper
|
5 |
-
pydub
|
6 |
-
plotly
|
7 |
-
librosa
|
8 |
-
numpy
|
9 |
-
pyaudio
|
|
|
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
|
|