Source: python-scikit-learn
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/scikit-learn/scikit-learn/tags
Vcs-Browser: https://github.com/alvistack/scikit-learn-scikit-learn
Vcs-Git: https://github.com/alvistack/scikit-learn-scikit-learn.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 cython0,
 fdupes,
 python3-dev,
 python3-joblib (>= 0.11),
 python3-numpy (>= 1.13.3),
 python3-pip,
 python3-scipy (>= 0.19.1),
 python3-threadpoolctl (>= 2.0.0),

Package: python3-sklearn
Architecture: amd64
Description: Python module for machine learning
 Scikit-learn is an open source machine learning library that supports
 supervised and unsupervised learning. It also provides various tools for
 model fitting, data preprocessing, model selection, model evaluation,
 and many other utilities.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-joblib (>= 0.11),
 python3-numpy (>= 1.13.3),
 python3-scipy (>= 0.19.1),
 python3-sklearn-lib(>= ${source:Version}),
 python3-threadpoolctl (>= 2.0.0),

Package: python3-sklearn-lib
Architecture: amd64
Description: low-level implementations and bindings for scikit-learn - Python 3
 This package contains the Python 3 version.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-numpy (>= 1.13.3),
