summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2022-11-04 11:01:43 +0100
committerMarc Glisse <marc.glisse@inria.fr>2022-11-04 11:01:43 +0100
commit95330fb658db4184813d8720c52da5e25bcdd38c (patch)
tree6511019410a70ce20702be6636f831b15ae7e494
parent26d7bcc518f3bdc9b0d8f854f2879ed9c219e440 (diff)
Mention SciPy version in the doc
-rw-r--r--src/python/doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index b704f778..276ac4e2 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -391,7 +391,7 @@ The :doc:`persistence graphical tools </persistence_graphical_tools_user>` and
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.
+`SciPy <http://scipy.org>`_ :math:`\geq` 1.6.0 as a backend if explicitly requested.
TensorFlow
----------