diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-28 12:47:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 12:47:07 -0400 |
commit | e880dc81cf2fb23cc99939270f51fceb785f7e82 (patch) | |
tree | 6bd7324e0b40ac042b6377d6eb19f8491bf299b9 | |
parent | fc4cd2dd8b4e3fee0bac30c82d818874b97d76ad (diff) | |
download | astroconda-contrib-e880dc81cf2fb23cc99939270f51fceb785f7e82.tar.gz |
ccdproc: add missing requirement (#332)
-rw-r--r-- | ccdproc/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ccdproc/meta.yaml b/ccdproc/meta.yaml index 49fe59d..676578e 100644 --- a/ccdproc/meta.yaml +++ b/ccdproc/meta.yaml @@ -19,20 +19,22 @@ package: requirements: build: - astropy >=1.0 - - scipy + - decorator - astroscrappy - reproject - scikit-image + - scipy - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy >=1.0 - - scipy - astroscrappy + - decorator - reproject - scikit-image + - scipy - numpy - python |