sophon_ai_project/pyproject.toml

34 lines
631 B
TOML
Raw Normal View History

2026-02-03 21:32:23 +08:00
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
2025-10-17 14:11:33 +08:00
[project]
2026-02-03 09:55:15 +08:00
dependencies = [
2026-02-03 21:32:23 +08:00
"module-bank>=0.1.1",
2026-02-03 09:55:15 +08:00
"numpy>=1.24.4",
"opencv-python-headless>=4.12.0.88",
2026-02-03 21:32:23 +08:00
"sqlite-vfs>=0.1.0",
2026-02-25 18:47:30 +08:00
"websockets>=13.1",
2026-02-03 09:55:15 +08:00
]
2025-10-17 14:11:33 +08:00
description = "Add your description here"
2026-02-03 21:32:23 +08:00
name = "sophon-chakcy"
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]
2026-02-03 21:32:23 +08:00
packages = ["src/sophon_chakcy"]
2025-10-17 14:11:33 +08:00
[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
]
2026-02-03 21:32:23 +08:00
[project.scripts]
build = "sophon_chakcy.build:main"