diff options
Diffstat (limited to 'calcos')
| -rw-r--r-- | calcos/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/calcos/meta.yaml b/calcos/meta.yaml index fb66411..3e8ed12 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -8,17 +8,18 @@ package:      version: 3.1.3  requirements:      build: -    - numpy x.x      - astropy >=1.1 +    - recon      - scipy      - stsci.tools      - setuptools +    - numpy x.x      - python x.x      run: -    - numpy x.x      - astropy >=1.1      - scipy      - stsci.tools +    - numpy x.x      - python x.x  source:      git_tag: 3.1.3  | 
