From 380bc54684bd58ac8454417172dd7bb688832943 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 1 Nov 2020 14:21:26 +0100 Subject: Enable EagerPy support. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9f3d5bb0..a73ed746 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: cmake (>= 3.1), libtbb-dev, pybind11-dev, python3-all-dev, + python3-eagerpy, python3-matplotlib, python3-numpy, python3-pot, @@ -98,7 +99,8 @@ Package: python3-gudhi Section: python Architecture: amd64 arm64 i386 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 x32 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Recommends: python3-matplotlib, +Recommends: python3-eagerpy, + python3-matplotlib, python3-pot, python3-scipy, python3-sklearn -- cgit v1.2.3