diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-12 10:14:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 10:14:25 -0500 |
commit | 61a1239ca72594f355ca70a5a5e1f89db8288ff0 (patch) | |
tree | 110f457e8dc086a2f2cfd7d7c89376a70db831d8 /stsci.tools | |
parent | ca046297129c0fe5c9bfc0a6e86be8094a61f729 (diff) | |
download | astroconda-dev-61a1239ca72594f355ca70a5a5e1f89db8288ff0.tar.gz |
stsci.tools: Add missing runtime dependencies (#93)
Diffstat (limited to 'stsci.tools')
-rw-r--r-- | stsci.tools/meta.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index e220797..b99a1e6 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -23,14 +23,15 @@ requirements: - d2to1 - stsci.distutils - astropy - - pytools - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - - pytools + - nose # .tester + - pytest # .tester + - stwcs # .fileutils - numpy - python |