unified_python/pyproject.toml
2025-08-13 08:50:32 +08:00

19 lines
372 B
TOML

[project]
name = "unified-python"
version = "1.0"
description = "yinzhou的python脚手架"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116.1",
"matplotlib>=3.10.5",
"pandas>=2.3.1",
"requests>=2.32.4",
"scikit-learn>=1.7.1",
"uvicorn>=0.35.0",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"