diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 15:44:13 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 15:44:13 -0500 |
commit | c3f9530b2f10c44a0b706bb24e832f63e2f209bb (patch) | |
tree | a069033197b4f340943fce4cf9f6d59b1805f886 | |
parent | 85ee6b58056bff3f302ac249d65141245b9ca4af (diff) | |
download | cbc-recipes-c3f9530b2f10c44a0b706bb24e832f63e2f209bb.tar.gz |
Add missing dependency
-rw-r--r-- | wfc3tools/wfc3tools.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wfc3tools/wfc3tools.ini b/wfc3tools/wfc3tools.ini index 45796d3..c780cd8 100644 --- a/wfc3tools/wfc3tools.ini +++ b/wfc3tools/wfc3tools.ini @@ -19,6 +19,7 @@ build : stsci.distutils stsci.tools astropy >=1.1 + matplotlib numpy scipy setuptools @@ -26,6 +27,7 @@ build : run : stsci.tools astropy >=1.1 + matplotlib numpy scipy python |