From 79a8ccbbe6da2b983ecad26f45f01fcc12bad3ca Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 24 Oct 2018 09:00:11 -0400 Subject: [PATCH] Depend on latest version of astropy-healpix --- CHANGES.rst | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1c4b649..657206a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,10 @@ Changelog correctly implement the namespace package ``ligo``, broke the continuous integration build. +- Depend on astropy-healpix >= 0.3 to pick up a bug fix related to HEALPix + bilinear interpolation that affected ``ligo-skymap-plot``. See + . + 0.0.16 (2018-09-11) =================== diff --git a/requirements.txt b/requirements.txt index a4c55a3..4fe6472 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ astroplan +astropy-healpix>=0.3 # https://github.com/astropy/astropy-healpix/pull/106 astropy>=3.0 healpy h5py -- GitLab