Spaces:
Sleeping
Sleeping
Add plotly dependency
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -5,7 +5,9 @@ sentence-transformers
|
|
| 5 |
faiss-cpu
|
| 6 |
numpy
|
| 7 |
streamlit
|
|
|
|
| 8 |
transformers
|
| 9 |
torch
|
| 10 |
huggingface_hub
|
| 11 |
reportlab
|
|
|
|
|
|
| 5 |
faiss-cpu
|
| 6 |
numpy
|
| 7 |
streamlit
|
| 8 |
+
pandas
|
| 9 |
transformers
|
| 10 |
torch
|
| 11 |
huggingface_hub
|
| 12 |
reportlab
|
| 13 |
+
plotly
|