Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,11 +2,13 @@ requests
|
|
2 |
beautifulsoup4
|
3 |
pandas
|
4 |
numpy
|
|
|
5 |
tqdm
|
6 |
nltk
|
7 |
scikit-learn
|
8 |
gradio
|
9 |
gensim
|
10 |
tqdm
|
|
|
11 |
transformers
|
12 |
torch
|
|
|
2 |
beautifulsoup4
|
3 |
pandas
|
4 |
numpy
|
5 |
+
scipy
|
6 |
tqdm
|
7 |
nltk
|
8 |
scikit-learn
|
9 |
gradio
|
10 |
gensim
|
11 |
tqdm
|
12 |
+
datasets
|
13 |
transformers
|
14 |
torch
|