diff options
Diffstat (limited to 'imexam/meta.yaml')
-rw-r--r-- | imexam/meta.yaml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/imexam/meta.yaml b/imexam/meta.yaml index 67c0026..b68bf48 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'imexam' %} -{% set version = '0.8.1' %} +{% set version = '0.9.0' %} {% set number = '0' %} about: @@ -21,21 +21,17 @@ package: requirements: build: - - astropy >=1.3 - cython - - pytest - setuptools - - numpy {{ numpy }} + - setuptools_scm - python {{ python }} run: - - astropy >=1.3 + - astropy >=3.0 - cython - ginga - - ipython - - notebook - photutils - matplotlib - - scipy + - scipy >=0.18 - numpy - python |