diff options
author | Christopher Baines <mail@cbaines.net> | 2015-11-22 17:01:43 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-11-22 18:04:35 +0000 |
commit | 9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd (patch) | |
tree | f07dffa611c079ca27e22d4d6062f5d6c1384dfc /debian | |
parent | 30319ba1308a556c0047182f9948d731e67fdcc8 (diff) | |
download | sklearn-pandas-9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd.tar sklearn-pandas-9d9cb8006fbf2831d90bd3d4bf81ff73f08dafcd.tar.gz |
Add build dependencies
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 10 |
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 |