Files
UDAV2-ControlNet/pyproject.toml
2024-06-30 23:05:05 -04:00

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",
]