diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 16:41:33 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 16:41:33 -0500 |
commit | a3586031e19d4877d147d6b0d2c04b51b2099f04 (patch) | |
tree | 6fdc480f2267ef0d6a9be65fadbef1c022ab70e3 /acstools | |
parent | 675e3de30c08955484498bbe1ee239e730e13741 (diff) | |
download | cbc-recipes-a3586031e19d4877d147d6b0d2c04b51b2099f04.tar.gz |
Add missing dependencies: numpy, scipy, matplotlib, scikit-image
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/acstools.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini index 882e48a..f66d632 100644 --- a/acstools/acstools.ini +++ b/acstools/acstools.ini @@ -19,9 +19,19 @@ build: stsci.distutils python astropy >=1.1 + numpy + scipy + scikit-image + matplotlib stsci.tools setuptools run: + astropy >=1.1 + numpy + scipy + scikit-image + matplotlib + stsci.tools setuptools python |