Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -9,17 +9,16 @@ huggingface-hub
|
|
| 9 |
joblib
|
| 10 |
markdown-it-py
|
| 11 |
networkx
|
| 12 |
-
nltk
|
| 13 |
-
nltk.download('stopwords')
|
| 14 |
numpy
|
| 15 |
pandas
|
| 16 |
pillow
|
| 17 |
requests
|
| 18 |
-
scikit-learn
|
| 19 |
-
scipy
|
| 20 |
-
streamlit
|
| 21 |
-
sympy
|
| 22 |
torch
|
| 23 |
tqdm
|
| 24 |
-
transformers
|
| 25 |
|
|
|
|
| 9 |
joblib
|
| 10 |
markdown-it-py
|
| 11 |
networkx
|
| 12 |
+
nltk
|
|
|
|
| 13 |
numpy
|
| 14 |
pandas
|
| 15 |
pillow
|
| 16 |
requests
|
| 17 |
+
scikit-learn
|
| 18 |
+
scipy
|
| 19 |
+
streamlit
|
| 20 |
+
sympy
|
| 21 |
torch
|
| 22 |
tqdm
|
| 23 |
+
transformers
|
| 24 |
|