sms-castle-walls/pyproject.toml

23 lines
576 B
TOML
Raw Permalink Normal View History

[project]
name = "spam-classification-system"
version = "0.1.0"
description = "垃圾短信分类系统 - 传统机器学习 + LLM + Agent"
readme = "README.md"
requires-python = ">=3.12"
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"
]
[[tool.uv.index]]
name = "tencent"
url = "https://mirrors.cloud.tencent.com/pypi/simple/"