File size: 390 Bytes
b667c93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]