diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:17:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:17:47 -0400 |
commit | 10a4c772af0c9a3db68740018659197f4fe39d9c (patch) | |
tree | f494b7bae741a5a155037b2923e5d521ecb86f28 /jwst_pipeline | |
parent | 88b088762f01b0e40c6ba6e103729b90380b8d15 (diff) | |
download | astroconda-dev-10a4c772af0c9a3db68740018659197f4fe39d9c.tar.gz |
Add photutils to jwst_pipeline
Diffstat (limited to 'jwst_pipeline')
-rw-r--r-- | jwst_pipeline/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index 1b27156..7a29c3b 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: ssh://git@bitbucket.org/stsci_ssb/jwst.git @@ -25,6 +25,7 @@ requirements: - gwcs - jwst_lib - matplotlib + - photutils - scipy - stsci.distutils - setuptools @@ -39,6 +40,7 @@ requirements: - gwcs - jwst_lib - matplotlib + - photutils - scipy - numpy x.x - python x.x |