summaryrefslogtreecommitdiff
path: root/astropy-healpix
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-27 16:16:52 -0500
committerGitHub <noreply@github.com>2018-11-27 16:16:52 -0500
commitbe39e8382ea1982d1a7391e447ac7e96efc06856 (patch)
tree4fd2271e0ed3c91cf6fae1d6bd52d718b892c510 /astropy-healpix
parent7071c8840ed60f21124e341af949431c3dd0d651 (diff)
downloadastroconda-contrib-be39e8382ea1982d1a7391e447ac7e96efc06856.tar.gz
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
Diffstat (limited to 'astropy-healpix')
-rw-r--r--astropy-healpix/meta.yaml5
1 files changed, 3 insertions, 2 deletions
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 }}