diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-08-22 00:39:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 00:39:20 -0400 |
commit | 2b3824ebe893342ba47401dc88e405b303ce2a86 (patch) | |
tree | 887a114b08b4986da1b2d177b0078b657702e112 /stsci.stimage | |
parent | 2178d14f4cbc6417ada2aa3e261ebc7f5db6262a (diff) | |
download | astroconda-contrib-2b3824ebe893342ba47401dc88e405b303ce2a86.tar.gz |
stsci.stimage: 0.2.2 -> 0.2.4 (#554)
Diffstat (limited to 'stsci.stimage')
-rw-r--r-- | stsci.stimage/meta.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 9cbaa03..739fc33 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.stimage' %} -{% set version = '0.2.2' %} -{% set number = '1' %} +{% set version = '0.2.4' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -16,10 +16,9 @@ package: requirements: build: - - d2to1 - numpy {{ numpy }} - - stsci.distutils - setuptools + - setuptools_scm - python {{ python }} run: - numpy |