Spaces:
Running
Running
| # ─── API FastAPI ─────────────────────────────────────────────────────────────── | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| pydantic>=2.0.0 | |
| python-multipart>=0.0.6 | |
| # ─── Données & ML ───────────────────────────────────────────────────────────── | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| scikit-learn>=1.3.0 | |
| joblib>=1.3.0 | |
| # ─── Observabilité ──────────────────────────────────────────────────────────── | |
| logfire[fastapi]>=0.40.0 | |
| # ─── Configuration ──────────────────────────────────────────────────────────── | |
| python-dotenv>=1.0.0 | |
| # ─── Tests ──────────────────────────────────────────────────────────────────── | |
| pytest>=8.0.0 | |
| httpx>=0.27.0 | |