From 7d47367f2134d3360ba5aa6f80eae115f1f56b96 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 9 Jul 2020 18:09:31 +0200 Subject: Require scikit-learn for tests, and recommend it. --- debian/changelog | 7 +++++++ debian/control | 1 + debian/tests/control | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 22264fe..f338eed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-pot (0.7.0+dfsg-2) unstable; urgency=medium + + * Require Scikit-learn for tests. + * Recommend Scikit-learn as some functionality uses it. + + -- Gard Spreemann Thu, 09 Jul 2020 18:08:26 +0200 + python-pot (0.7.0+dfsg-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index c834251..29af3a1 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} +Recommends: python3-sklearn Description: Python optimal transport library Python library with solvers for optimization problems related to optimal transport in for example signal and image processing, and machine diff --git a/debian/tests/control b/debian/tests/control index 80e8c6e..2c89e6f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: upstream.sh -Depends: python3-all, python3-pot, python3-pytest +Depends: python3-all, python3-pot, python3-pytest, python3-sklearn Restrictions: allow-stderr -- cgit v1.2.3