diff options
author | robelgeda <robelgeda@yahoo.com> | 2019-11-25 10:42:17 -0500 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-25 10:42:17 -0500 |
commit | 21bcc735e1e7aa55dae63d1c9f299f1592b05972 (patch) | |
tree | c4b449ece5f2e88fe30e80a246ec588aec644405 /poppy/meta.yaml | |
parent | 238da471c75441f3068822ae52a3831b5ccf2581 (diff) | |
download | astroconda-contrib-21bcc735e1e7aa55dae63d1c9f299f1592b05972.tar.gz |
Poppy v0.9.0 (#580)
Diffstat (limited to 'poppy/meta.yaml')
-rw-r--r-- | poppy/meta.yaml | 14 |
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 |