From be39e8382ea1982d1a7391e447ac7e96efc06856 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 27 Nov 2018 16:16:52 -0500 Subject: Aggressive compatibility sweep (#429) * The following packages have serious issues with 3.7... * astroscrappy refuses to compile due to incompatible C code * ccdproc refuses to compile due to astroscrappy's failure to build --- astropy-healpix/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'astropy-healpix') diff --git a/astropy-healpix/meta.yaml b/astropy-healpix/meta.yaml index 176688a..0c33d2e 100644 --- a/astropy-healpix/meta.yaml +++ b/astropy-healpix/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astropy-healpix' %} -{% set version = '0.2' %} +{% set version = '0.3.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -19,7 +19,8 @@ requirements: build: - astropy - cython - - setuptools + - setuptools <38.5.1 [(py2k or py35 or py36) and osx] + - setuptools [(py37 and osx) or linux] - numpy {{ numpy }} - python {{ python }} -- cgit