diff options
-rw-r--r-- | astroimtools/meta.yaml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 0731359..15cb381 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'astroimtools' %} -{% set version = '0.1.1' %} +{% set version = '0.2' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: True [py27] package: name: {{ name }} @@ -17,16 +18,18 @@ package: requirements: build: - - astropy >=1.1 - - cython - - matplotlib - - setuptools + - photutils + - astropy >=3.1 + - matplotlib >=1.3 + - scipy >=0.16 - numpy {{ numpy }} + - setuptools - python {{ python }} run: - - astropy >=1.1 - - cython - - matplotlib + - photutils + - astropy >=3.1 + - matplotlib >=1.3 + - scipy >=0.16 - numpy - python |