summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-01-30 12:14:20 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-01-30 12:14:20 +0100
commit09cf8752c50f25acac0eb1a6369624399431b2ca (patch)
tree3e0c69597439328a1bbd11c1b98e1dc2334cf57d /src/python/doc/installation.rst
parent48952ee2ad76e2f4e5ada7f038ff88dee496272a (diff)
Document dependency on pybind11
Diffstat (limited to 'src/python/doc/installation.rst')
-rw-r--r--src/python/doc/installation.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 40f3f44b..f8456799 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -257,6 +257,14 @@ The :doc:`Wasserstein distance </wasserstein_distance_user>`
module requires `POT <https://pot.readthedocs.io/>`_, a library that provides
several solvers for optimization problems related to Optimal Transport.
+Pybind11
+========
+
+The :doc:`Wasserstein distance </wasserstein_distance_user>` module requires
+`pybind11 <https://pybind11.readthedocs.io/>`_, a library that provides
+interoperability between C++ and Python, for its interface to `Hera
+<https://bitbucket.org/grey_narn/hera/src/master/>`_.
+
Scikit-learn
============