Skip to content

Instantly share code, notes, and snippets.

@pablovela5620
Last active September 15, 2024 13:39
Show Gist options
  • Save pablovela5620/2c505b5300f97a297497f068c664c482 to your computer and use it in GitHub Desktop.
Save pablovela5620/2c505b5300f97a297497f068c664c482 to your computer and use it in GitHub Desktop.
Working pixi.toml for nerfstudio gsplat using pixi 0.29
[project]
authors = ["Pablo Vela <>"]
channels = ["nvidia", "nvidia/label/cuda-11.8.0", "conda-forge", "pytorch"]
description = "Add a short description here"
name = "examples"
platforms = ["linux-64"]
version = "0.1.0"
[system-requirements]
libc = { family = "glibc", version = "2.31" }
cuda = "11.8.0"
[tasks]
[pypi-options]
no-build-isolation = ["gsplat", "fused-ssim"]
[dependencies]
python = "3.11.*"
pytorch = { version = "2.3.1", channel = "pytorch" }
torchvision = { version = "0.18.1", channel = "pytorch" }
cuda = { version = "*", channel = "nvidia/label/cuda-11.8.0" }
cuda-nvcc = { version = "*", channel = "nvidia/label/cuda-11.8.0" }
pytorch-cuda = { version = "11.8.*", channel = "pytorch" }
setuptools = ">=73.0.1,<74"
numpy = "<2"
tqdm = ">=4.66.5,<5"
py-opencv = ">=4.10.0,<5"
tyro = ">=0.8.10,<0.9"
pillow = ">=10.4.0,<11"
tensorboard = ">=2.17.1,<3"
tensorly = ">=0.8.2,<0.9"
pyyaml = ">=6.0.2,<7"
matplotlib = ">=3.9.2,<4"
[pypi-dependencies]
gsplat = { git = "https://github.com/nerfstudio-project/gsplat.git" }
pycolmap = { git = "https://github.com/rmbrualla/pycolmap.git", rev = "cc7ea4b7301720ac29287dbe450952511b32125e" }
fused-ssim = { git = "https://github.com/rahul-goel/fused-ssim.git", rev = "84422e0da94c516220eb3acedb907e68809e9e01" }
nerfview = "==0.0.2"
viser = ">=0.2.1, <0.3"
imageio = { version = "*", extras = ["ffmpeg"] }
torchmetrics = { version = ">=1.4.2, <2", extras = ["image"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment