From 93827d0b141afbf43780d28ed423173b0303289a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 18 Mar 2016 20:32:47 -0400 Subject: Begin prepping for internal testing --- stsci/stsci.ini | 49 ++++++++++++++++++++----------------------------- 1 file changed, 20 insertions(+), 29 deletions(-) (limited to 'stsci') diff --git a/stsci/stsci.ini b/stsci/stsci.ini index e4a9ae0..71fc728 100644 --- a/stsci/stsci.ini +++ b/stsci/stsci.ini @@ -1,6 +1,6 @@ [package] name : stsci -version : 1.8 +version : 1.0.0 [about] home : http://stsci.edu @@ -12,7 +12,7 @@ summary : ${package:name} meta-package #url : ${about:home}/${fn} [build] -number : 3 +number : 0 [requirements] build : @@ -24,39 +24,30 @@ run : #STScI Python (aka HST) - stsci-hst [py27 or py3k] + stsci-hst #STScI Data Analysis tools - stsci-data-analysis [py27 or py3k] + stsci-data-analysis #STScI - astropy >=1.1 [py3k] - astropy >=1.1 [py27] - cfitsio - d2to1 [py3k] - d2to1 [py27] - ds9 - fftw - htc_utils [py3k] - htc_utils [py27] - imexam [py3k] - imexam [py27] - #photutils [py3k] - #photutils [py27] - poppy [py3k] - poppy [py27] - purge_path [py3k] - purge_path [py27] - pyfftw [py3k] - pyfftw [py27] - webbpsf [py3k] - webbpsf [py27] + astropy >=1.1 + cfitsio ==3.370 + d2to1 ==0.2.12 + ds9 ==7.4 + fftw ==3.3.4 + htc_utils >=0.1 + imexam ==0.5.2 + photutils ==0.2.1 + poppy ==0.4.0 + purge_path >=0.0.1 + pyds9 ==1.8.1 + pyfftw ==0.9.2 + webbpsf ==0.4.0 + webbpsf-data ==0.4.0 #Standard - numpy [py3k] - numpy [py27] - python [py3k] - python [py27] + numpy x.x + python x.x [test] imports : -- cgit