summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-07-08 21:57:44 +0200
committerGard Spreemann <gspr@nonempty.org>2020-07-08 21:57:44 +0200
commit6b2492fc0f644b2f32ede73e4447d4a3bc9b5980 (patch)
treede2d1991eadf355140184fa8b3467063d89a404c
parent62f8244f5fc44853f6f68160e0a22df12ffcca1b (diff)
Recommend scipy and sklearn.debian/3.2.0+dfsg-3
-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