-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
122 lines (111 loc) · 2.75 KB
/
Copy pathpyproject.toml
File metadata and controls
122 lines (111 loc) · 2.75 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[project]
name = "drpose"
version = "0.1.0"
requires-python = "==3.11.*"
dependencies = [
"torch==2.8.0",
"torchvision==0.23.0",
"xformers==0.0.32.post1",
"smplx>=0.1.28",
"tqdm>=4.67.3",
"tyro>=1.0.8",
"torch-scatter",
"kaolin",
"pytorch3d==0.7.9+pt2.8.0cu128",
"chumpy @ git+https://github.com/mattloper/chumpy.git",
"trimesh>=4.11.3",
"open3d>=0.19.0",
"bpy==4.3.0",
"blendertoolbox>=0.0.9",
"openexr>=3.4.6",
"numpy<2",
"einops>=0.8.2",
"torchmetrics>=1.9.0",
"accelerate>=1.13.0",
"transformers==4.57.3",
"diffusers==0.31.0",
"huggingface-hub>=0.34.0",
"peft==0.13.2",
"deepspeed>=0.18.7",
"kornia>=0.8.2",
"timm>=1.0.25",
"omegaconf>=2.3.0",
"scikit-image>=0.26.0",
"boto3>=1.42.66",
"yacs>=0.1.8",
"pymeshlab>=2025.7.post1",
"nvdiffrast @ git+https://github.com/NVlabs/nvdiffrast.git",
"kaolin",
"mediapipe==0.10.9",
"wandb>=0.25.0",
"fast-simplification>=0.1.13",
"opencv-python-headless>=4.11.0.86",
"onnxruntime-gpu>=1.24.4",
"onnx>=1.17.0",
"albumentations>=2.0.8",
"lpips>=0.1.4",
"kernels>=0.12.3",
"flash-attn",
"fpsample>=1.0.2",
"fvcore>=0.1.5.post20221221",
"bitsandbytes>=0.49.2",
]
[tool.uv]
no-build-isolation-package = ["nvdiffrast"]
override-dependencies = [
"opencv-contrib-python ; sys_platform == 'never'",
]
[tool.uv.extra-build-dependencies]
chumpy = ["pip"]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128"}
]
torchvision = [
{ index = "pytorch-cu128"}
]
xformers = [
{ index = "pytorch-cu128"}
]
pytorch3d = [
{ index = "torch_packages_builder" }
]
bpy = [
{ index = "bpy" }
]
torch-scatter = [
{ index = "torch-scatter" }
]
kaolin = [
{ index = "kaolin" }
]
flash-attn = { url = "https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.3.14/flash_attn-2.8.2+cu128torch2.8-cp311-cp311-linux_x86_64.whl" }
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true
[[tool.uv.index]]
name = "pytorch3d"
url = "https://miropsota.github.io/torch_packages_builder"
explicit = true
[[tool.uv.index]]
name = "bpy"
url = "https://download.blender.org/pypi/"
explicit = true
[[tool.uv.index]]
name = "torch-scatter"
url = "https://data.pyg.org/whl/torch-2.8.0+cu128.html"
format = "flat"
[[tool.uv.index]]
name = "kaolin"
url = "https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.8.0_cu128.html"
format = "flat"
[[tool.uv.index]]
name = "torch_packages_builder"
url = "https://miropsota.github.io/torch_packages_builder"
explicit = true
[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
module-name = ["drpose", "pymafx", "remeshing", "mimo"]