nickmuchi commited on
Commit
00321f3
1 Parent(s): a19d4dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.25.1
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.4.0
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