File size: 700 Bytes
9ca5807 b666236 9ca5807 b301ad2 9ca5807 02f31d3 b301ad2 02f31d3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | [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",
]
|