diff --git a/debian/changelog b/debian/changelog index bae5359e3919255b99cf461e24ba645254372e1a..93095a27f00f88e2ed6ee5e37fdda1d339767f24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +scikit-learn (0.17.0-3) UNRELEASED; urgency=medium + + * debian/control + - recommend python3- versions of packages for python3-sklearn. Thanks + Christopher Baines + + -- Yaroslav Halchenko <debian@onerussian.com> Sun, 06 Dec 2015 20:18:45 -0500 + scikit-learn (0.17.0-2) unstable; urgency=medium * debian/copyright diff --git a/debian/control b/debian/control index 5d6ec690561afd67df5c0055729306d52da4b4fb..07a4b66ba94d335f2e7848aa6d1453d28ed6b43f 100644 --- a/debian/control +++ b/debian/control @@ -63,7 +63,7 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy, python3-scipy, python3-sklearn-lib(>= ${source:Version}), python3-joblib (>= 0.9.2), Provides: ${python:Provides} -Recommends: python-nose, python-matplotlib +Recommends: python3-nose, python3-matplotlib Suggests: python3-dap, python-sklearn-doc, ipython3 Enhances: python3-mvpa2, python3-mdp Description: Python modules for machine learning and data mining