removing packages that give requirements already satisified message and changing sklearn to scikit-learn
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
nltk
|
| 2 |
spacy
|
| 3 |
-
datasets
|
| 4 |
wordcloud
|
| 5 |
streamlit
|
| 6 |
-
|
| 7 |
-
pandas
|
| 8 |
-
sklearn
|
| 9 |
pillow
|
| 10 |
seaborn
|
|
|
|
| 1 |
nltk
|
| 2 |
spacy
|
|
|
|
| 3 |
wordcloud
|
| 4 |
streamlit
|
| 5 |
+
scikit-learn
|
|
|
|
|
|
|
| 6 |
pillow
|
| 7 |
seaborn
|