summaryrefslogtreecommitdiff
path: root/stsci.imagestats/meta.yaml
diff options
context:
space:
mode:
authorMihai Cara <mcara@users.noreply.github.com>2019-02-13 12:14:46 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-02-13 12:14:46 -0500
commit955f9870461bb979c25a8d8ef5370d2d8574042d (patch)
treec1453f0a882c28f55c9a3d0e537ddc14e0d078fe /stsci.imagestats/meta.yaml
parent864d406a7ee350d239c5a42e8901157ea7b3d97e (diff)
downloadastroconda-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.yaml6
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 }}