diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-02-13 12:14:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-13 12:14:46 -0500 |
commit | 955f9870461bb979c25a8d8ef5370d2d8574042d (patch) | |
tree | c1453f0a882c28f55c9a3d0e537ddc14e0d078fe /stsci.imagestats/meta.yaml | |
parent | 864d406a7ee350d239c5a42e8901157ea7b3d97e (diff) | |
download | astroconda-contrib-955f9870461bb979c25a8d8ef5370d2d8574042d.tar.gz |
Removed Python 2 suport (#466)
* Removed Python 2 suport
See https://github.com/spacetelescope/stsci.imagestats/pull/15
* Update meta.yaml
* Reset build number
* Remove requirements d2to1 and stsci.distutils
Diffstat (limited to 'stsci.imagestats/meta.yaml')
-rw-r--r-- | stsci.imagestats/meta.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 833f951..a14f13d 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.imagestats' %} -{% set version = '1.5.3' %} -{% set number = '1' %} +{% set version = '1.6.0' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -19,8 +19,6 @@ package: requirements: build: - - d2to1 - - stsci.distutils - setuptools - numpy {{ numpy }} - python {{ python }} |