summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-12 10:14:25 -0500
committerGitHub <noreply@github.com>2018-01-12 10:14:25 -0500
commit61a1239ca72594f355ca70a5a5e1f89db8288ff0 (patch)
tree110f457e8dc086a2f2cfd7d7c89376a70db831d8
parentca046297129c0fe5c9bfc0a6e86be8094a61f729 (diff)
downloadastroconda-dev-61a1239ca72594f355ca70a5a5e1f89db8288ff0.tar.gz
stsci.tools: Add missing runtime dependencies (#93)
-rw-r--r--stsci.tools/meta.yaml7
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