Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,13 +3,13 @@ git+https://github.com/openai/whisper.git
|
|
3 |
sentence-transformers==2.2.2
|
4 |
transformers
|
5 |
InstructorEmbedding
|
6 |
-
optimum[onnxruntime]
|
7 |
pytube==12.1.3
|
8 |
pydub
|
9 |
validators==0.18.2
|
10 |
nltk==3.7
|
11 |
-
plotly
|
12 |
-
plotly-express
|
13 |
spacy==3.5.0
|
14 |
spacy_streamlit==1.0.3
|
15 |
st-annotated-text==3.0.0
|
|
|
3 |
sentence-transformers==2.2.2
|
4 |
transformers
|
5 |
InstructorEmbedding
|
6 |
+
optimum[onnxruntime]
|
7 |
pytube==12.1.3
|
8 |
pydub
|
9 |
validators==0.18.2
|
10 |
nltk==3.7
|
11 |
+
plotly
|
12 |
+
plotly-express
|
13 |
spacy==3.5.0
|
14 |
spacy_streamlit==1.0.3
|
15 |
st-annotated-text==3.0.0
|