Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
requests
|
2 |
beautifulsoup4
|
3 |
pandas
|
4 |
-
numpy
|
5 |
matplotlib
|
6 |
seaborn
|
7 |
nltk
|
|
|
8 |
gensim
|
9 |
textblob
|
10 |
vaderSentiment
|
@@ -13,4 +13,7 @@ scikit-learn
|
|
13 |
plotly
|
14 |
transformers
|
15 |
streamlit
|
16 |
-
|
|
|
|
|
|
|
|
1 |
requests
|
2 |
beautifulsoup4
|
3 |
pandas
|
|
|
4 |
matplotlib
|
5 |
seaborn
|
6 |
nltk
|
7 |
+
six
|
8 |
gensim
|
9 |
textblob
|
10 |
vaderSentiment
|
|
|
13 |
plotly
|
14 |
transformers
|
15 |
streamlit
|
16 |
+
numpy
|
17 |
+
scipy
|
18 |
+
smart-open
|
19 |
+
spacy
|