aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-02-16 12:19:01 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2016-02-16 12:19:01 -0500
commit675e3de30c08955484498bbe1ee239e730e13741 (patch)
tree27515b2d8aed4be58a7b3a5c2cf5d6fe39a3a2df
parentee95c4dcc118e9251064f379a72ae03e37b70bca (diff)
downloadcbc-recipes-675e3de30c08955484498bbe1ee239e730e13741.tar.gz
Add scipy and numpy
-rw-r--r--wfc3tools/wfc3tools.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/wfc3tools/wfc3tools.ini b/wfc3tools/wfc3tools.ini
index e39bcd5..765ac3d 100644
--- a/wfc3tools/wfc3tools.ini
+++ b/wfc3tools/wfc3tools.ini
@@ -19,11 +19,15 @@ build :
stsci.distutils
stsci.tools
astropy >=1.1
+ numpy
+ scipy
setuptools
python
run :
stsci.tools
astropy >=1.1
+ numpy
+ scipy
python
[test]