Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
gradio>=4.36.0
|
| 2 |
-
requests
|
| 3 |
aiohttp
|
| 4 |
-
beautifulsoup4
|
| 5 |
numpy
|
| 6 |
scikit-learn
|
| 7 |
faiss-cpu
|
| 8 |
-
plotly>=5.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
aiohttp
|
|
|
|
| 2 |
numpy
|
| 3 |
scikit-learn
|
| 4 |
faiss-cpu
|
| 5 |
+
plotly>=5.18.0
|
| 6 |
+
gradio>=6.0,<7.0
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
beautifulsoup4>=4.12.2
|
| 9 |
+
lxml>=5.0.0
|