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 --- jwst_lib/jwst_lib.ini | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'jwst_lib') diff --git a/jwst_lib/jwst_lib.ini b/jwst_lib/jwst_lib.ini index c62975c..e8b9e1f 100644 --- a/jwst_lib/jwst_lib.ini +++ b/jwst_lib/jwst_lib.ini @@ -26,34 +26,34 @@ build : crds asdf stsci.distutils - numpy - setuptools - python + numpy x.x + setuptools + python x.x run : asdf-standard astropy >=1.1 crds asdf - numpy - python + numpy x.x + python x.x [test] imports : jwst_lib - + commands : - + [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 for d in jwst_lib/* do - ( cd $$d && python setup.py install || exit 1 ) + ( cd $$d && python setup.py install || exit 1 ) done windows : echo "Unsupported (yet?)" - #python setup.py install - #if errorlevel 1 exit 1 + #python setup.py install + #if errorlevel 1 exit 1 -- cgit