G05-Customer_Sentiment/pyproject.toml
于洋 4553a1794d feat(agent): 添加LLM解释功能并本地化界面
添加使用DeepSeek API生成自然语言解释的功能
将streamlit界面从英文翻译为中文
更新依赖项添加requests库
移除.gitignore中不必要的数据文件排除规则
2026-01-15 20:12:33 +08:00

22 lines
528 B
TOML

[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",
"requests>=2.32.0",
]
[[tool.uv.index]]
name = "tencent"
url = "https://mirrors.cloud.tencent.com/pypi/simple/"