diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 22:34:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 22:34:58 -0500 |
commit | 36bc153302cfdb0ced51cf4247e25b42ce8e7403 (patch) | |
tree | f6c207fe4a0517a7a3837a77cb96d4938203c743 | |
parent | 1e83fe3b18f08e0c9aa7cdeec049f403c24bf360 (diff) | |
download | cbc-recipes-36bc153302cfdb0ced51cf4247e25b42ce8e7403.tar.gz |
Add missing dependency
-rw-r--r-- | stsci.tools/stsci.tools.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stsci.tools/stsci.tools.ini b/stsci.tools/stsci.tools.ini index 36690f4..c1e64f4 100644 --- a/stsci.tools/stsci.tools.ini +++ b/stsci.tools/stsci.tools.ini @@ -22,12 +22,14 @@ build: setuptools stsci.distutils astropy >=1.1 + pytools numpy python run: stsci.distutils astropy >=1.1 + pytools numpy python |