From 90eb671b2054b89a69525edc80add7dd3378f890 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 Jun 2016 17:03:41 -0400 Subject: Free range packages (#20) * Allow packages updates without metapackages conflicting * Fix numpy locking * Update purge_path requirement * git https not ssh * Redo changes prior to rebase --- stsci/meta.yaml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stsci') diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 6bea935..7cff403 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -3,7 +3,7 @@ about: license: BSD summary: stsci meta-package build: - number: '0' + number: '1' package: name: stsci version: 1.0.0 @@ -12,37 +12,37 @@ requirements: - stsci-hst - stsci-data-analysis - astropy >=1.1 - - cfitsio ==3.370 - - d2to1 ==0.2.12 - - ds9 ==7.4 - - fftw ==3.3.4 + - cfitsio >=3.370 + - d2to1 >=0.2.12 + - ds9 >=7.1 + - 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 + - imexam >=0.5.2 + - photutils >=0.2.1 + - poppy >=0.4.0 + - purge_path >=1.0.0 + - pyds9 >=1.8.1 + - pyfftw >=0.9.2 + - webbpsf >=0.4.0 + - webbpsf-data >=0.4.0 - numpy x.x - python x.x run: - stsci-hst - stsci-data-analysis - astropy >=1.1 - - cfitsio ==3.370 - - d2to1 ==0.2.12 - - ds9 ==7.4 - - fftw ==3.3.4 + - cfitsio >=3.370 + - d2to1 >=0.2.12 + - ds9 >=7.1 + - 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 + - imexam >=0.5.2 + - photutils >=0.2.1 + - poppy >=0.4.0 + - purge_path >=1.0.0 + - pyds9 >=1.8.1 + - pyfftw >=0.9.2 + - webbpsf >=0.4.0 + - webbpsf-data >=0.4.0 - numpy x.x - python x.x -- cgit