-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (37 loc) · 1000 Bytes
/
requirements.txt
File metadata and controls
43 lines (37 loc) · 1000 Bytes
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
# Canonical Mini Viewer pip requirements.
# Recommended install path:
# conda env create -f env.yml
# This CUDA-capable stack can still run CPU mode with:
# python run_viewer.py ... --device cpu --backend torch
--index-url https://download.pytorch.org/whl/cu124
--extra-index-url https://pypi.org/simple
--extra-index-url https://docs.gsplat.studio/whl/pt24cu124
# PyTorch / CUDA 12.4 runtime.
torch==2.4.1
torchvision==0.19.1
# CUDA Gaussian rasterization backend. Lazy-imported by the app.
gsplat==1.5.3+pt24cu124
# Core viewer / data / rendering stack.
numpy>=1.26,<2.3
plyfile>=1.0
pillow>=10.0
imageio[ffmpeg]>=2.34
matplotlib>=3.8
scikit-learn>=1.4
opencv-python>=4.9
viser>=1.0.15,<2
nerfview>=0.1.3
packaging>=24
# Query encoders: SigLIP2, CLIP, and DINOv2 are loaded lazily.
open-clip-torch>=2.24
transformers>=4.49,<5
sentencepiece>=0.2
protobuf>=4.25
safetensors>=0.4
huggingface-hub>=0.24
hf-xet>=1.0
# Lightweight release/dev checks.
tomli>=2.0
pyyaml>=6.0
pytest>=8
ruff>=0.6