summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-03-28 12:47:07 -0400
committerGitHub <noreply@github.com>2018-03-28 12:47:07 -0400
commite880dc81cf2fb23cc99939270f51fceb785f7e82 (patch)
tree6bd7324e0b40ac042b6377d6eb19f8491bf299b9
parentfc4cd2dd8b4e3fee0bac30c82d818874b97d76ad (diff)
downloadastroconda-contrib-e880dc81cf2fb23cc99939270f51fceb785f7e82.tar.gz
ccdproc: add missing requirement (#332)
-rw-r--r--ccdproc/meta.yaml6
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