summaryrefslogtreecommitdiff
path: root/reproject/meta.yaml
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 /reproject/meta.yaml
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 'reproject/meta.yaml')
-rw-r--r--reproject/meta.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/reproject/meta.yaml b/reproject/meta.yaml
index ef9f1a3..06a702f 100644
--- a/reproject/meta.yaml
+++ b/reproject/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'reproject' %}
{% set version = '0.4' %}
{% set tag = 'v' + version %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: http://reproject.readthedocs.io/
@@ -18,17 +18,18 @@ package:
requirements:
build:
- - astropy >=1.0
- - astropy-healpix
+ - astropy >=2.0
+ - astropy-healpix >=0.2
- cython
- scipy >=0.9
- - setuptools
+ - setuptools <38.5.1 [(py2k or py35 or py36) and osx]
+ - setuptools [(py37 and osx) or linux]
- numpy {{ numpy }}
- python {{ python }}
run:
- - astropy >=1.0
- - astropy-healpix
+ - astropy >=2.0
+ - astropy-healpix >=0.2
- scipy >=0.9
- numpy
- python