sophon_ai_project/pyproject.toml

24 lines
441 B
TOML
Raw Normal View History

2025-10-17 14:11:33 +08:00
[project]
2026-02-03 09:55:15 +08:00
dependencies = [
"numpy>=1.24.4",
"opencv-python-headless>=4.12.0.88",
]
2025-10-17 14:11:33 +08:00
description = "Add your description here"
2026-02-03 09:55:15 +08:00
name = "sophon-ai-project"
2025-10-17 14:11:33 +08:00
readme = "README.md"
requires-python = ">=3.8"
2026-02-03 09:55:15 +08:00
version = "0.1.0"
2025-10-17 14:11:33 +08:00
[[tool.uv.index]]
default = true
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
[tool.hatch.build.targets.wheel]
packages = ["src/sophon_ai_project"]
[dependency-groups]
dev = [
2026-02-03 09:55:15 +08:00
"dfss>=1.10.4",
"pip>=25.0.1",
2025-10-17 14:11:33 +08:00
]