nlovoldegar commited on
Commit
924f20d
1 Parent(s): 65246ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -5
requirements.txt CHANGED
@@ -1,19 +1,26 @@
1
  pandas
2
  streamlit
3
- plotly
4
  sklearn
5
  torch
6
- spacy
7
  string
8
  collections
9
  heapq
10
- google.colab
11
  re
12
  nltk
13
  os
14
  spicy
15
  pickle
16
- tqdm
 
17
  sentence_transformers
18
-
 
 
 
 
 
 
 
 
 
19
 
 
1
  pandas
2
  streamlit
 
3
  sklearn
4
  torch
 
5
  string
6
  collections
7
  heapq
 
8
  re
9
  nltk
10
  os
11
  spicy
12
  pickle
13
+ regex==2021.8.3
14
+ sklearn
15
  sentence_transformers
16
+ scipy
17
+ tqdm
18
+ gensim
19
+ plotly
20
+ wordcloud
21
+ python-utils
22
+ matplotlib
23
+ spacy
24
+ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
25
+ rank-bm25
26