File size: 677 Bytes
40b178e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "depthcrafter"
version = "1.0.1"
description = "Generating Consistent Long Depth Sequences for Open-world Videos"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "accelerate>=1.12.0",
    "decord>=0.6.0",
    "diffusers>=0.35.2",
    "fire>=0.7.1",
    "gradio>=6.0.1",
    "huggingface-hub>=0.36.0",
    "matplotlib>=3.10.7",
    "mediapy>=1.2.4",
    "pytest>=9.0.1",
    "torch>=2.7.1",
    "torchaudio>=2.7.1",
    "torchvision>=0.22.1",
    "transformers>=4.57.3",
    "xformers>=0.0.31.post1",
]

[[tool.uv.index]]
url = "https://download.pytorch.org/whl/cu118"

[tool.pytest.ini_options]
pythonpath = "."
testpaths = ["unit_tests"]