Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
PyPDF2
|
2 |
-
pandas
|
3 |
-
scikit-learn
|
4 |
-
gliner
|
5 |
plotly
|
6 |
-
|
|
|
|
|
|
1 |
PyPDF2
|
|
|
|
|
|
|
2 |
plotly
|
3 |
+
nltk
|
4 |
+
sentence_transformers
|
5 |
+
pandas
|