diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 12:19:01 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 12:19:01 -0500 |
commit | 675e3de30c08955484498bbe1ee239e730e13741 (patch) | |
tree | 27515b2d8aed4be58a7b3a5c2cf5d6fe39a3a2df /wfc3tools | |
parent | ee95c4dcc118e9251064f379a72ae03e37b70bca (diff) | |
download | cbc-recipes-675e3de30c08955484498bbe1ee239e730e13741.tar.gz |
Add scipy and numpy
Diffstat (limited to 'wfc3tools')
-rw-r--r-- | wfc3tools/wfc3tools.ini | 4 |
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] |