From 10a4c772af0c9a3db68740018659197f4fe39d9c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 May 2016 00:17:47 -0400 Subject: Add photutils to jwst_pipeline --- jwst_pipeline/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jwst_pipeline') 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 -- cgit