diff options
author | Christopher Baines <mail@cbaines.net> | 2015-11-22 18:48:03 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-11-22 18:48:03 +0000 |
commit | 558a58371c57473693aed77505e721953343fa36 (patch) | |
tree | aec85a88afa4e9c4f6fc2b4b8ad20cf0a8b6d1de /debian | |
parent | e2dd25cf1a4f57876f35390759c57589aa887612 (diff) | |
download | sklearn-pandas-558a58371c57473693aed77505e721953343fa36.tar sklearn-pandas-558a58371c57473693aed77505e721953343fa36.tar.gz |
Add Enhances
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5d88c48..4238dcf 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,8 @@ Package: python-sklearn-pandas Architecture: all Depends: ${misc:Depends}, ${python:Depends}, +Enhances: python3-pandas, + python3-sklearn, Description: Pandas integration with sklearn sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames. @@ -38,6 +40,8 @@ Package: python3-sklearn-pandas Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, +Enhances: python3-pandas, + python3-sklearn, Description: Pandas integration with sklearn sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas data frames. |