samithcs's picture
Update pyproject.toml
b59db51 verified
raw
history blame contribute delete
390 Bytes
[project]
name = "customer-segmentation-retention-strategy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"joblib>=1.5.3",
"numpy>=2.4.2",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"protobuf<=3.20.3",
"pydantic>=2.12.5",
"streamlit>=1.53.1",
"uvicorn>=0.40.0",
"xgboost>=3.1.3",
]