Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
-
|
|
|
|
|
2 |
sentence_transformers
|
3 |
-
|
|
|
|
|
|
|
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
|