diff options
-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 |