hamza50 commited on
Commit
124b0b5
1 Parent(s): a9a0373

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -3
requirements.txt CHANGED
@@ -1,5 +1,14 @@
1
- spacy
 
 
2
  sentence_transformers
3
- rank_bm25
 
 
 
4
  wordcloud
5
-
 
 
 
 
 
1
+ pandas
2
+ regex==2021.8.3
3
+ scikit-learn
4
  sentence_transformers
5
+ scipy
6
+ tqdm
7
+ gensim
8
+ plotly
9
  wordcloud
10
+ python-utils
11
+ matplotlib
12
+ spacy
13
+ 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
14
+ rank-bm25