unified_python/pyproject.toml

19 lines
372 B
TOML
Raw Permalink Normal View History

2025-07-18 13:52:29 +08:00
[project]
name = "unified-python"
2025-07-18 16:33:49 +08:00
version = "1.0"
description = "yinzhou的python脚手架"
2025-07-18 13:52:29 +08:00
readme = "README.md"
requires-python = ">=3.11"
2025-07-18 17:22:24 +08:00
dependencies = [
"fastapi>=0.116.1",
2025-08-13 08:50:32 +08:00
"matplotlib>=3.10.5",
"pandas>=2.3.1",
2025-07-18 17:22:24 +08:00
"requests>=2.32.4",
2025-08-13 08:50:32 +08:00
"scikit-learn>=1.7.1",
2025-07-18 17:22:24 +08:00
"uvicorn>=0.35.0",
]
2025-07-18 17:16:42 +08:00
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"