diff options
Diffstat (limited to 'stsci.tools')
| -rw-r--r-- | stsci.tools/meta.yaml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 671f8d1..7b19b37 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -16,6 +16,8 @@ package:      version: {{ version }}  requirements:      build: +    - d2to1 +    - stsci.distutils      - astropy >=1.1      - pytools      - setuptools @@ -23,6 +25,7 @@ requirements:      - python x.x      run:      - astropy >=1.1 +    - stsci.distutils      - pytools      - numpy x.x      - python x.x | 
