From 955f9870461bb979c25a8d8ef5370d2d8574042d Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Wed, 13 Feb 2019 12:14:46 -0500 Subject: 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 --- stsci.imagestats/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stsci.imagestats') 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 }} -- cgit