From 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 22 Mar 2016 13:20:01 -0400 Subject: Add x.x dependencies, add additional dependencies to recipes --- stsci.skypac/stsci.skypac.ini | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'stsci.skypac') diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index 9e487c5..60e9e4e 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -9,7 +9,7 @@ summary : ${package:name} [source] git_url : ${about:home} -git_tag: +git_tag: 0.9 [build] number : 0 @@ -23,22 +23,24 @@ build : stsci.sphere stsci.tools stwcs - setuptools - python + setuptools + numpy x.x + python x.x run : astropy >=1.1 stsci.imagestats stsci.sphere stsci.tools stwcs - python + python x.x + python x.x [test] imports : stsci.skypac - + commands : - + [cbc_build] linux : @@ -63,12 +65,12 @@ linux : set_py3k - pip install --no-deps --upgrade --force d2to1 + pip install --no-deps --upgrade --force d2to1 if [ $$PY3K -ne 0 ] ; then sed -i -e "s|stsci.distutils.hooks.tag_svn_revision|#removed|" setup.cfg 2to3 -w . fi - python setup.py install || exit 1 + python setup.py install || exit 1 windows : python setup.py install -- cgit