2026-01-14 20:43:02 +08:00
|
|
|
[project]
|
|
|
|
|
name = "customer-sentiment-analysis"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lightgbm>=4.6.0",
|
|
|
|
|
"matplotlib>=3.10.8",
|
|
|
|
|
"pandas>=2.3.3",
|
|
|
|
|
"pandera>=0.28.1",
|
|
|
|
|
"polars>=1.37.1",
|
|
|
|
|
"scikit-learn>=1.8.0",
|
|
|
|
|
"seaborn>=0.13.2",
|
|
|
|
|
"streamlit>=1.52.2",
|
|
|
|
|
"pydantic>=2.9.2",
|
|
|
|
|
"python-dotenv>=1.0.0",
|
2026-01-15 20:12:33 +08:00
|
|
|
"requests>=2.32.0",
|
2026-01-14 20:43:02 +08:00
|
|
|
]
|
2026-01-15 20:12:33 +08:00
|
|
|
[[tool.uv.index]]
|
|
|
|
|
name = "tencent"
|
|
|
|
|
url = "https://mirrors.cloud.tencent.com/pypi/simple/"
|