From a3586031e19d4877d147d6b0d2c04b51b2099f04 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 16 Feb 2016 16:41:33 -0500 Subject: Add missing dependencies: numpy, scipy, matplotlib, scikit-image --- acstools/acstools.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'acstools') 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 -- cgit