aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-13 14:45:22 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-13 16:29:23 +0000
commitb920bd99f64998cd8c26651366ddde00b06a96f7 (patch)
tree0310fd7fe55dfd85c9fe5194df87cbf79356fc82
parent2520cfad7056948c5720dd53d6af4c52a1447485 (diff)
downloadsklearn-pandas-b920bd99f64998cd8c26651366ddde00b06a96f7.tar
sklearn-pandas-b920bd99f64998cd8c26651366ddde00b06a96f7.tar.gz
Add note about python versions to the short description also
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ddb07d4..ff343fa 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Depends: ${misc:Depends},
${python:Depends},
Enhances: python-pandas,
python-sklearn,
-Description: Pandas integration with sklearn
+Description: Pandas integration with sklearn (Python 2)
sklearn-pandas provides a bridge between scikit-learn's machine learning
methods and pandas data frames.
.
@@ -45,7 +45,7 @@ Depends: ${misc:Depends},
${python3:Depends},
Enhances: python3-pandas,
python3-sklearn,
-Description: Pandas integration with sklearn
+Description: Pandas integration with sklearn (Python 3)
sklearn-pandas provides a bridge between scikit-learn's machine learning
methods and pandas data frames.
.