Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
+
uvicorn[standard]>=0.29.0
|
| 3 |
+
gunicorn>=22.0.0
|
| 4 |
+
groq>=0.9.0
|
| 5 |
+
httpx>=0.27.0
|
| 6 |
+
pydantic>=2.0.0
|
| 7 |
+
numpy>=1.26.0
|
| 8 |
+
pandas>=2.2.0
|
| 9 |
+
scikit-learn>=1.4.0
|
| 10 |
+
xgboost>=2.0.0
|
| 11 |
+
statsmodels>=0.14.0
|
| 12 |
+
python-multipart>=0.0.9
|
| 13 |
+
aiofiles>=23.2.1
|
| 14 |
+
requests>=2.31.0
|
| 15 |
+
beautifulsoup4>=4.12.0
|
| 16 |
+
lxml>=5.0.0
|