summaryrefslogtreecommitdiff
path: root/stsci
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-13 16:39:46 -0400
committerGitHub <noreply@github.com>2018-08-13 16:39:46 -0400
commit64aec9f4786efda7430afde69f5a6521dfa482ce (patch)
tree8375da69e3da255c1a211bdeed324fe01d45885e /stsci
parent5178ca4e8679fad8528f338081e06719c2bd4b2f (diff)
downloadastroconda-dev-64aec9f4786efda7430afde69f5a6521dfa482ce.tar.gz
Tie each metapackage to its respective python version (#157)
Diffstat (limited to 'stsci')
-rw-r--r--stsci/meta.yaml28
1 files changed, 16 insertions, 12 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml
index 850c436..e10fce6 100644
--- a/stsci/meta.yaml
+++ b/stsci/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci' %}
{% set version = '0.0.0.dev0' %}
-{% set number = '3' %}
+{% set number = '4' %}
about:
home: http://stsci.edu
@@ -15,15 +15,19 @@ package:
version: {{ version }}
requirements:
+ build:
+ - numpy {{ numpy }}
+ - python {{ python }}
+
run:
- - stsci-hst
- - stsci-data-analysis
- - astropy
- - cfitsio
- - ds9
- - fftw
- - htc_utils
- - pyds9
- - pyfftw
- - numpy
- - python
+ - stsci-hst
+ - stsci-data-analysis
+ - astropy
+ - cfitsio
+ - ds9
+ - fftw
+ - htc_utils
+ - pyds9
+ - pyfftw
+ - numpy
+ - python