mirror of
https://github.com/MackinationsAi/UDAV2-ControlNet.git
synced 2026-04-22 08:28:53 +00:00
Add files via upload
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user