-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (40 loc) · 1.15 KB
/
Copy pathpyproject.toml
File metadata and controls
44 lines (40 loc) · 1.15 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
[project]
name = "dsplat"
version = "0.1.0"
description = "Delaunay splatting boooii"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gdel3d",
"open3d",
"icecream>=2.1.5",
"imageio>=2.37.0",
"jax[cuda12]>=0.5.3",
"matplotlib>=3.10.3",
"mediapy>=1.2.4",
"muon-optimizer",
"nvdiffrast",
"opencv-contrib-python>=4.12.0.88",
"plyfile>=1.1.2",
"pybind11>=3.0.0",
"slangtorch>=1.3.11",
"tinyplypy",
"torch",
"torchaudio",
"torchvision",
"tqdm>=4.67.1",
"fused-ssim",
"termplotlib>=0.3.9",
"tinycudann",
]
[tool.uv.sources]
tinyplypy = { git = "https://github.com/half-potato/tinyplypy" }
muon-optimizer = { git = "https://github.com/KellerJordan/Muon" }
fused-ssim = { git = "https://github.com/rahul-goel/fused-ssim/" }
gdel3d = { git = "https://github.com/half-potato/pyGDel3D.git" }
nvdiffrast = { git = "https://github.com/NVlabs/nvdiffrast" }
tinycudann = { git = "https://github.com/NVlabs/tiny-cuda-nn/", subdirectory = "bindings/torch" }
[tool.uv]
no-build-isolation-package = ["fused-ssim", "tinycudann"]
[tool.uv.extra-build-dependencies]
fused-ssim = ["setuptools"]