summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-11-01 14:21:26 +0100
committerGard Spreemann <gspr@nonempty.org>2020-11-01 14:21:26 +0100
commit380bc54684bd58ac8454417172dd7bb688832943 (patch)
tree8fd5df6b794973b700bad9a865d6ec82aea6a6f0 /debian
parent93edb00106ecb047a0e6dcab0e745dcd7320a9f8 (diff)
Enable EagerPy support.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
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