summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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