summaryrefslogtreecommitdiff
path: root/acstools/meta.yaml
diff options
context:
space:
mode:
authorP. L. Lim <lim@stsci.edu>2016-07-28 15:16:29 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-07-28 15:16:29 -0400
commita48290ebfa6759559e684153292511ba2b7344d7 (patch)
treed5bb5fc79d6f0e490e8b3dd1d8d6d03c856e0ed3 /acstools/meta.yaml
parent8887fbc0cdd74bb06a1e74cd51ed121127377df9 (diff)
downloadastroconda-contrib-a48290ebfa6759559e684153292511ba2b7344d7.tar.gz
Updated acstools recipe to support 2.0.4 (#46)
* Updated acstools recipe to support 2.0.3 * Bump release to 2.0.4 to fix build error * Remove setuptools from run field as suggested by Joe
Diffstat (limited to 'acstools/meta.yaml')
-rw-r--r--acstools/meta.yaml17
1 files changed, 2 insertions, 15 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml
index 21b1e48..97cf327 100644
--- a/acstools/meta.yaml
+++ b/acstools/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'acstools' %}
-{% set version = '2.0.2' %}
+{% set version = '2.0.4' %}
{% set number = '0' %}
about:
@@ -13,26 +13,13 @@ package:
version: {{ version }}
requirements:
build:
- - d2to1
- - stsci.distutils
- - python x.x
- astropy >=1.1
- numpy x.x
- - scipy
- - scikit-image
- - matplotlib
- - stsci.imagestats
- - stsci.tools
- setuptools
+ - python x.x
run:
- astropy >=1.1
- numpy x.x
- - scipy
- - scikit-image
- - matplotlib
- - stsci.imagestats
- - stsci.tools
- - setuptools
- python x.x
source:
git_tag: {{ version }}