diff --git a/pyproject.toml b/pyproject.toml index 1f5d313..ddf729e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dependencies = [ "imageio>=2.30.0", "imageio-ffmpeg>=0.4.7", "decord>=0.6.0", + "depth-anything-3", ] [project.scripts] @@ -63,6 +64,9 @@ dev-dependencies = [ "mypy>=1.0.0", ] +[tool.uv.sources] +depth-anything-3 = { git = "https://github.com/ByteDance-Seed/Depth-Anything-3" } + [tool.black] line-length = 100 target-version = ['py39', 'py310', 'py311', 'py312']