aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-11-22 17:01:43 +0000
committerChristopher Baines <mail@cbaines.net>2015-11-22 18:04:35 +0000
commit9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd (patch)
treef07dffa611c079ca27e22d4d6062f5d6c1384dfc
parent30319ba1308a556c0047182f9948d731e67fdcc8 (diff)
downloadsklearn-pandas-9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd.tar
sklearn-pandas-9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd.tar.gz
Add build dependencies
-rw-r--r--debian/control10
1 files changed, 10 insertions, 0 deletions
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