mirror of
https://github.com/MackinationsAi/UDAV2-ControlNet.git
synced 2026-01-26 15:29:47 +00:00
23 lines
541 B
TOML
23 lines
541 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "depth_anything_v2"
|
|
readme = "README.md"
|
|
version = "2024.07.01.0"
|
|
dependencies = [
|
|
"torch",
|
|
"torchvision",
|
|
"opencv-python",
|
|
]
|
|
|
|
[project.urls]
|
|
Documentation = "https://github.com/MackinationsAi/UDAV2-ControlNet"
|
|
Issues = "https://github.com/MackinationsAi/UDAV2-ControlNet/issues"
|
|
Source = "https://github.com/MackinationsAi/UDAV2-ControlNet"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = [
|
|
"depth_anything_v2",
|
|
] |