Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
|
|
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
vaderSentiment
|
| 6 |
plotly
|
| 7 |
-
numpy
|
| 8 |
wordcloud
|
| 9 |
matplotlib
|
| 10 |
-
nltk
|
| 11 |
scipy
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
+
numpy
|
| 4 |
torch
|
| 5 |
transformers
|
| 6 |
vaderSentiment
|
| 7 |
plotly
|
|
|
|
| 8 |
wordcloud
|
| 9 |
matplotlib
|
|
|
|
| 10 |
scipy
|