From 9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Nov 2015 17:01:43 +0000 Subject: Add build dependencies --- debian/control | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/control b/debian/control index e9d1db0..5d88c48 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,18 @@ Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, + python-mock, + python-pytest, + python-numpy, + python-pandas, + python-sklearn, python3-all, python3-setuptools, + python3-mock, + python3-pytest, + python3-numpy, + python3-pandas, + python3-sklearn, Standards-Version: 3.9.6 Homepage: https://github.com/paulgb/sklearn-pandas -- cgit v1.2.3