Installing reproject¶
Requirements¶
This package has the following hard run time dependencies:
Python 3.8 or later
Numpy 1.20 or later
Astropy 5.0 or later
Scipy 1.5 or later
astropy-healpix 0.6 or later for HEALPIX image reprojection
and the following optional dependencies:
shapely 1.6 or later for some of the mosaicking functionality
and to run the tests, you will also need:
Installation¶
Using pip¶
To install reproject with pip, simply run:
pip install reproject
Using conda¶
To install reproject with anaconda, simply run:
conda install -c conda-forge reproject