summaryrefslogtreecommitdiff
path: root/astroimtools/meta.yaml
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2019-03-09 23:01:09 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-03-09 23:01:09 -0500
commit05bc58f4831ad131d9aa949857b072f23aad1f93 (patch)
tree4d7fa6fada5376687d0d3411514542f5ade0970c /astroimtools/meta.yaml
parentee11e29059933c8d53202ecd4cf8e4b9d85e6213 (diff)
downloadastroconda-contrib-05bc58f4831ad131d9aa949857b072f23aad1f93.tar.gz
Update astroimtools to v0.2 (#480)
* Update astroimtools to v0.2 * Update meta.yaml
Diffstat (limited to 'astroimtools/meta.yaml')
-rw-r--r--astroimtools/meta.yaml21
1 files changed, 12 insertions, 9 deletions
diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml
index 0731359..15cb381 100644
--- a/astroimtools/meta.yaml
+++ b/astroimtools/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'astroimtools' %}
-{% set version = '0.1.1' %}
+{% set version = '0.2' %}
{% set tag = 'v' + version %}
-{% set number = '2' %}
+{% set number = '0' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -10,6 +10,7 @@ about:
build:
number: {{ number }}
+ skip: True [py27]
package:
name: {{ name }}
@@ -17,16 +18,18 @@ package:
requirements:
build:
- - astropy >=1.1
- - cython
- - matplotlib
- - setuptools
+ - photutils
+ - astropy >=3.1
+ - matplotlib >=1.3
+ - scipy >=0.16
- numpy {{ numpy }}
+ - setuptools
- python {{ python }}
run:
- - astropy >=1.1
- - cython
- - matplotlib
+ - photutils
+ - astropy >=3.1
+ - matplotlib >=1.3
+ - scipy >=0.16
- numpy
- python