aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-13 14:40:21 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-13 16:29:23 +0000
commit96b422acd8151b541efdd7d27c263b599889bfac (patch)
tree574cb97edca3053037c88fd9149640c457ed72a2
parent90fe2e47d4daf5ee36415d9d08086bc27f945f28 (diff)
downloadsklearn-pandas-96b422acd8151b541efdd7d27c263b599889bfac.tar
sklearn-pandas-96b422acd8151b541efdd7d27c263b599889bfac.tar.gz
Add note about python version in the long description
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 4741d69..524cd7d 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,8 @@ Description: Pandas integration with sklearn
- a way to map DataFrame columns to transformations, which are later
recombined into features
- a way to cross-validate a pipeline that takes a pandas DataFrame as input.
+ .
+ This is the Python 2 version of the package.
Package: python3-sklearn-pandas
Architecture: all
@@ -51,3 +53,5 @@ Description: Pandas integration with sklearn
- a way to map DataFrame columns to transformations, which are later
recombined into features
- a way to cross-validate a pipeline that takes a pandas DataFrame as input.
+ .
+ This is the Python 3 version of the package.