summaryrefslogtreecommitdiff
path: root/imexam/meta.yaml
diff options
context:
space:
mode:
authorMegan Sosey <sosey@stsci.edu>2017-11-07 10:24:12 -0500
committerMegan Sosey <sosey@stsci.edu>2017-11-07 10:24:12 -0500
commit4b0f86cd104a7c2bf5f392bb1c3dd3e78ada6ce1 (patch)
tree07f4ea29306691e2eb019d8db6fa644ccbc8f796 /imexam/meta.yaml
parent92285d599fff039d903ab21acfdb125c84d56549 (diff)
downloadastroconda-contrib-4b0f86cd104a7c2bf5f392bb1c3dd3e78ada6ce1.tar.gz
updating imexam to v0.8.0
Diffstat (limited to 'imexam/meta.yaml')
-rw-r--r--imexam/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/imexam/meta.yaml b/imexam/meta.yaml
index c6ef03d..1b580d1 100644
--- a/imexam/meta.yaml
+++ b/imexam/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'imexam' %}
-{% set version = '0.7.0' %}
+{% set version = '0.8.0' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -22,14 +22,14 @@ package:
requirements:
build:
- - astropy >=1.1
+ - astropy >=1.3
- cython
- pytest
- setuptools
- numpy
- python x.x
run:
- - astropy >=1.1
+ - astropy >=1.3
- cython
- ginga
- ipython