diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-29 17:03:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 17:03:41 -0400 |
commit | 90eb671b2054b89a69525edc80add7dd3378f890 (patch) | |
tree | 2861a6e7279a90c881ccddc6f6e41d127ad5b730 /stsci | |
parent | a9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff) | |
download | astroconda-contrib-90eb671b2054b89a69525edc80add7dd3378f890.tar.gz |
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
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 50 |
1 files changed, 25 insertions, 25 deletions
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 |