Installation#

This guide explains you how to install healpix-plotting on your system.

Requirements#

  • Python ≥ 3.13

Install#

Via conda#

conda install -c conda-forge healpix-resample
mamba install -c conda-forge healpix-resample
pixi add healpix-resample

Via pip#

pip install healpix-resample
uv add healpix-resample

Verify#

import healpix_resample

print(healpix_resample.__version__)

Dependencies#

Package

Role

torch

Sparse matrix operations, GPU support

healpix-geo

HEALPix geometry (cell lookup, neighbourhoods)

numpy

Array handling

foscat

Visualization helpers (optional, for notebooks)