2026-01-14 00:18:34 +08:00
|
|
|
[project]
|
2026-01-15 12:16:42 +08:00
|
|
|
name = "spam-classification-system"
|
2026-01-14 00:18:34 +08:00
|
|
|
version = "0.1.0"
|
2026-01-15 12:16:42 +08:00
|
|
|
description = "垃圾短信分类系统 - 传统机器学习 + LLM + Agent"
|
2026-01-14 00:18:34 +08:00
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
2026-01-15 12:16:42 +08:00
|
|
|
dependencies = [
|
|
|
|
|
"polars>=0.20.0",
|
|
|
|
|
"pandas>=2.2.0",
|
|
|
|
|
"pandera>=0.18.0",
|
|
|
|
|
"scikit-learn>=1.3.0",
|
|
|
|
|
"lightgbm>=4.0.0",
|
|
|
|
|
"openai>=1.0.0",
|
|
|
|
|
"pydantic>=2.0.0",
|
|
|
|
|
"pydantic-ai>=0.1.0",
|
|
|
|
|
"streamlit>=1.20.0",
|
|
|
|
|
"seaborn>=0.13.0",
|
|
|
|
|
"python-dotenv>=1.0.0",
|
|
|
|
|
"nltk>=3.8.0"
|
2026-01-14 00:18:34 +08:00
|
|
|
]
|
2026-01-15 12:16:42 +08:00
|
|
|
[[tool.uv.index]]
|
|
|
|
|
name = "tencent"
|
|
|
|
|
url = "https://mirrors.cloud.tencent.com/pypi/simple/"
|