diff options
-rw-r--r-- | stsci.tools/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 12c3009..e220797 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 = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -30,7 +30,6 @@ requirements: run: - astropy - - stsci.distutils - pytools - numpy - python |