# GSplat-WAE dependencies
# Install with: pip install -r requirements.txt
#
# NOTE: Install PyTorch FIRST from pytorch.org with the correct CUDA version
# for your system. Example for CUDA 12.6:
#   pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
#
# For NCSU HPC, install all dependencies BEFORE submitting jobs (no internet in jobs).

# core ML
pytorch-lightning>=2.5.0
torchmetrics>=1.7.0

# geometric / OT losses
geomloss>=0.2.6

# visualization and IO
matplotlib>=3.8.0
tensorboard>=2.15.0
tqdm>=4.60.0
plyfile>=1.0.0
Pillow>=10.0.0
lpips>=0.1.4

# scientific computing
numpy>=1.24.0
scipy>=1.11.0

# gsplat renderer (local package — install from gsplat_renderer/ subdir)
# cd gsplat_renderer && pip install -e .
