summaryrefslogtreecommitdiff
path: root/poppy/meta.yaml
diff options
context:
space:
mode:
authorrobelgeda <robelgeda@yahoo.com>2019-11-25 10:42:17 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2019-11-25 10:42:17 -0500
commit21bcc735e1e7aa55dae63d1c9f299f1592b05972 (patch)
treec4b449ece5f2e88fe30e80a246ec588aec644405 /poppy/meta.yaml
parent238da471c75441f3068822ae52a3831b5ccf2581 (diff)
downloadastroconda-contrib-21bcc735e1e7aa55dae63d1c9f299f1592b05972.tar.gz
Poppy v0.9.0 (#580)
Diffstat (limited to 'poppy/meta.yaml')
-rw-r--r--poppy/meta.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml
index 9f768d8..3fe1804 100644
--- a/poppy/meta.yaml
+++ b/poppy/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'poppy' %}
-{% set version = '0.8.0' %}
+{% set version = '0.9.0' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -20,17 +20,17 @@ package:
requirements:
build:
- - astropy >=1.3
+ - astropy >=3.0.0
- numpy {{ numpy }}
- - scipy >=0.14.0
- - matplotlib >=1.3.0
+ - scipy >=1.0.0
+ - matplotlib >=2.0.0
- setuptools
- python {{ python }}
run:
- - astropy >=1.1
+ - astropy >=3.0.0
- numpy
- - scipy >=0.14.0
- - matplotlib >=1.3.0
+ - scipy >=1.0.0
+ - matplotlib >=2.0.0
- setuptools
- python