Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
|
@@ -1,14 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
gradio>=6,<7
|
| 4 |
aiohttp
|
|
|
|
|
|
|
|
|
|
| 5 |
faiss-cpu
|
| 6 |
-
|
| 7 |
-
networkx
|
| 8 |
-
pandas
|
| 9 |
-
requests
|
| 10 |
-
sentence-transformers
|
| 11 |
-
uuid
|
| 12 |
-
pytest
|
| 13 |
-
pytest-asyncio
|
| 14 |
-
plotly
|
|
|
|
| 1 |
+
gradio>=4.36.0
|
| 2 |
+
requests
|
|
|
|
| 3 |
aiohttp
|
| 4 |
+
beautifulsoup4
|
| 5 |
+
numpy
|
| 6 |
+
scikit-learn
|
| 7 |
faiss-cpu
|
| 8 |
+
plotly>=5.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|