Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
-
transformers==4.
|
4 |
InstructorEmbedding
|
5 |
optimum[onnxruntime]==1.6.1
|
6 |
pytube==12.1.0
|
@@ -8,7 +8,7 @@ validators==0.18.2
|
|
8 |
nltk==3.7
|
9 |
plotly==5.10.0
|
10 |
plotly-express==0.4.1
|
11 |
-
spacy==3.
|
12 |
spacy_streamlit==1.0.3
|
13 |
st-annotated-text==3.0.0
|
14 |
streamlit==1.16.0
|
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
+
transformers==4.26.0
|
4 |
InstructorEmbedding
|
5 |
optimum[onnxruntime]==1.6.1
|
6 |
pytube==12.1.0
|
|
|
8 |
nltk==3.7
|
9 |
plotly==5.10.0
|
10 |
plotly-express==0.4.1
|
11 |
+
spacy==3.5.0
|
12 |
spacy_streamlit==1.0.3
|
13 |
st-annotated-text==3.0.0
|
14 |
streamlit==1.16.0
|