Update requirements.txt
Browse files- 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 |
+
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
|