24 lines
441 B
TOML
24 lines
441 B
TOML
[project]
|
|
dependencies = [
|
|
"numpy>=1.24.4",
|
|
"opencv-python-headless>=4.12.0.88",
|
|
]
|
|
description = "Add your description here"
|
|
name = "sophon-ai-project"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
version = "0.1.0"
|
|
|
|
[[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 = [
|
|
"dfss>=1.10.4",
|
|
"pip>=25.0.1",
|
|
]
|