summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7df90a58..5c53d203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-gudhi (3.2.0+dfsg-3) UNRELEASED; urgency=medium
+gudhi (3.2.0+dfsg-3) unstable; urgency=medium
* Enable Wasserstein Python module. (Closes: #949475)
- Depend on python3-pot.
- Drop corresponding patch.
- Don't blacklist Wasserstein tests anymore.
+ * Recommend POT, SciPy and scikit-learn.
-- Gard Spreemann <gspr@nonempty.org> Wed, 08 Jul 2020 21:32:32 +0200
diff --git a/debian/control b/debian/control
index 1785c702..5487bb38 100644
--- a/debian/control
+++ b/debian/control
@@ -23,10 +23,13 @@ Build-Depends: cmake (>= 3.1),
pybind11-dev,
python3-all-dev,
python3-matplotlib,
+ python3-numpy,
python3-pot,
python3-pybind11,
python3-pytest,
+ python3-scipy,
python3-setuptools,
+ python3-sklearn,
python3-tk,
qtbase5-dev
Build-Depends-Indep: doxygen,
@@ -109,6 +112,9 @@ Depends: python3-matplotlib,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
+Recommends: python3-pot,
+ python3-scipy,
+ python3-sklearn
Description: Python 3 interface to the GUDHI library
The GUDHI library is a generic open source C++ library for
Topological Data Analysis (TDA) and Higher Dimensional Geometry