summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2020-12-07 18:49:16 +0100
committerMathieuCarriere <mathieu.carriere3@gmail.com>2020-12-07 18:49:16 +0100
commit73be9043e6a3e9541d2c5393634774ef512d4494 (patch)
tree5ba4d6953451e9ea0cb9e8c0d1026cdc4a24cef2 /src/python/doc/installation.rst
parentc7c6b2cae3a5c1cfa41954100740ea7a63da1189 (diff)
added more test and improved doc
Diffstat (limited to 'src/python/doc/installation.rst')
-rw-r--r--src/python/doc/installation.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 66efe45a..9bec6c97 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -372,6 +372,15 @@ PyTorch
`PyTorch <https://pytorch.org/>`_ is currently only used as a dependency of
`PyKeOps`_, and in some tests.
+TensorFlow
+----------
+
+`TensorFlow <https://www.tensorflow.org>`_ is currently only used in some automatic differentiation tests.
+
+:class:`~gudhi.representations.PerslayModel` in the :doc:`persistence representations </representations>` module requires
+`TensorFlow 2 <https://https://www.tensorflow.org/install/>`_.
+
+
Scikit-learn
------------
@@ -394,10 +403,6 @@ mathematics, science, and engineering.
:class:`~gudhi.point_cloud.knn.KNearestNeighbors` can use the Python package
`SciPy <http://scipy.org>`_ as a backend if explicitly requested.
-TensorFlow
-----------
-
-`TensorFlow <https://www.tensorflow.org>`_ is currently only used in some automatic differentiation tests.
Bug reports and contributions
*****************************