summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-07-09 18:09:31 +0200
committerGard Spreemann <gspr@nonempty.org>2020-07-09 18:13:53 +0200
commit7d47367f2134d3360ba5aa6f80eae115f1f56b96 (patch)
tree88025849ff5dd0346a64d2c4643b2e8793b68d17
parentc92a6deb838b9384eb306c5978658da803415f18 (diff)
Require scikit-learn for tests, and recommend it.debian/0.7.0+dfsg-2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
-rw-r--r--debian/tests/control2
3 files changed, 9 insertions, 1 deletions
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 <gspr@nonempty.org> 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