Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,13 @@ rank-bm25
|
|
| 5 |
numpy
|
| 6 |
gradio
|
| 7 |
pypdf
|
| 8 |
-
python-docx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
numpy
|
| 6 |
gradio
|
| 7 |
pypdf
|
| 8 |
+
python-docx
|
| 9 |
+
streamlit
|
| 10 |
+
openai
|
| 11 |
+
numpy
|
| 12 |
+
pandas
|
| 13 |
+
plotly
|
| 14 |
+
rank-bm25
|
| 15 |
+
sentence-transformers
|
| 16 |
+
scikit-learn
|
| 17 |
+
torch
|