diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:05:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:05:04 -0400 |
commit | d13e538ebd00b3850659972d7d2f588def029aa2 (patch) | |
tree | 8ab5a255277914a205f39f31eb753caadb909401 /photutils | |
parent | f7b063a33fb7e5e708e4924c399779dcc45ee333 (diff) | |
download | astroconda-contrib-d13e538ebd00b3850659972d7d2f588def029aa2.tar.gz |
Add scikit-image to photutils
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 3a7846f..37b16c3 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -3,7 +3,7 @@ about: license: BSD summary: photutils build: - number: '0' + number: '1' package: name: photutils version: 0.2.1 @@ -15,6 +15,7 @@ requirements: - cython - matplotlib - numpy x.x + - scikit-image - scikit-learn - scipy - setuptools @@ -24,6 +25,7 @@ requirements: - cython - matplotlib - numpy x.x + - scikit-image - scikit-learn - scipy - setuptools |