From c3f9530b2f10c44a0b706bb24e832f63e2f209bb Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 19 Feb 2016 15:44:13 -0500 Subject: Add missing dependency --- wfc3tools/wfc3tools.ini | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit