Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
plotly==5.22.0
|
| 4 |
+
pymupdf==1.24.3
|
| 5 |
+
qdrant-client==1.7.3
|
| 6 |
+
sentence-transformers==2.7.0
|
| 7 |
+
networkx==3.3
|
| 8 |
+
scikit-learn==1.4.2
|