diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 18:49:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 18:49:03 -0500 |
commit | 7b3205f3f6cbf93f5eb2e5998671011eff968d50 (patch) | |
tree | 76298ae6898aac060434a6445e76da7141ff6820 | |
parent | f795361936e99774f20151916294579e3985801f (diff) | |
download | astroconda-dev-7b3205f3f6cbf93f5eb2e5998671011eff968d50.tar.gz |
Drop stsci.distutils as a runtime requirement. Not sure why it was even there. (#81)
-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 |