diff options
Diffstat (limited to 'stsci.tools/meta.yaml')
-rw-r--r-- | stsci.tools/meta.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index eeb68f0..f9b73f2 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 = '5' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,17 +20,14 @@ package: requirements: build: - - d2to1 - - stsci.distutils - astropy + - pytest-runner - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - - nose # .tester - - pytest # .tester - numpy - python |