Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +27 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,27 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
pandas=
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
openpyxl=
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=1.5.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
pyautogen>=0.2.0
|
| 5 |
+
openai>=1.0.0
|
| 6 |
+
tavily-python>=0.3.0
|
| 7 |
+
plotly>=5.17.0
|
| 8 |
+
matplotlib>=3.7.0
|
| 9 |
+
seaborn>=0.12.0
|
| 10 |
+
openpyxl>=3.1.0
|
| 11 |
+
xlrd>=2.0.0
|
| 12 |
+
PyPDF2>=3.0.0
|
| 13 |
+
python-docx>=0.8.11
|
| 14 |
+
python-pptx>=0.6.21
|
| 15 |
+
requests>=2.31.0
|
| 16 |
+
beautifulsoup4>=4.12.0
|
| 17 |
+
lxml>=4.9.0
|
| 18 |
+
python-dateutil>=2.8.0
|
| 19 |
+
pytz>=2023.3
|
| 20 |
+
scikit-learn>=1.3.0
|
| 21 |
+
scipy>=1.11.0
|
| 22 |
+
networkx>=3.1
|
| 23 |
+
asyncio-throttle>=1.0.2
|
| 24 |
+
aiohttp>=3.8.0
|
| 25 |
+
pydantic>=2.0.0
|
| 26 |
+
diskcache>=5.6.0
|
| 27 |
+
joblib>=1.3.0
|