| [project] | |
| name = "p5-modele-ml-deploiement" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "alembic==1.18.4", | |
| "category-encoders==2.9.0", | |
| "fastapi[standard]==0.129.0", | |
| "gradio==6.6.0", | |
| "joblib==1.5.3", | |
| "numpy==2.3.5", | |
| "pandas==2.3.3", | |
| "psycopg2-binary==2.9.12", | |
| "pydantic==2.12.5", | |
| "scikit-learn==1.8.0", | |
| "sqlalchemy==2.0.46", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "catboost==1.2.8", | |
| "ipykernel==7.1.0", | |
| "jupyterlab==4.5.0", | |
| "matplotlib==3.10.8", | |
| "ruff==0.15.2", | |
| "seaborn==0.13.2", | |
| "shap==0.49.1", | |
| ] | |
| test = [ | |
| "pytest==9.0.2", | |
| "pytest-cov==7.1.0", | |
| ] | |