diff options
| author | Larry Bradley <larry.bradley@gmail.com> | 2017-10-30 16:08:56 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-10-30 16:08:56 -0400 | 
| commit | 57baf54f488c68622a47fdeb3dc3431b52c28bbd (patch) | |
| tree | 4d59bb261776db12c99d93d70ec30fb5251fc89d /photutils | |
| parent | 078a8835a563073a20e4e6d8687e7dbcf78991ed (diff) | |
| download | astroconda-contrib-57baf54f488c68622a47fdeb3dc3431b52c28bbd.tar.gz | |
Update Photutils to v0.4 (#276)
* Update photutils to v0.4
* Update photutils dependencies
* Match numpy version at run-time
Differences between build/run dep versions while using conda-build 3.x series causes resolver meltdown
Diffstat (limited to 'photutils')
| -rw-r--r-- | photutils/meta.yaml | 28 | 
1 files changed, 15 insertions, 13 deletions
| diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 3340c35..a0be16b 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'photutils' %} -{% set version = '0.3.2' %} +{% set version = '0.4' %}  {% set tag = 'v' + version %}  {% set number = '0' %} @@ -17,23 +17,25 @@ package:  requirements:      build: -    - astropy >=1.1 +    - astropy >=2.0      - cython -    - matplotlib -    - numpy -    - scikit-image -    - scikit-learn -    - scipy +    - matplotlib >=1.3 +    - numpy >=1.9 +    - scikit-image >=0.11 +    - scikit-learn >=0.18 +    - scipy >=0.16 +    - six      - setuptools      - python x.x      run: -    - astropy >=1.1 +    - astropy >=2.0      - cython -    - matplotlib -    - numpy -    - scikit-image -    - scikit-learn -    - scipy +    - matplotlib >=1.3 +    - numpy >=1.9 +    - scikit-image >=0.11 +    - scikit-learn >=0.18 +    - scipy >=0.16 +    - six      - setuptools      - python x.x | 
