summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-05-28 17:45:24 +0200
committerHind-M <hind.montassif@gmail.com>2021-05-28 17:45:24 +0200
commit128281228ac8462acc82f3d9288e764a9688b293 (patch)
tree382d497744b7d2c37fea0142c5bcdc2a1d8dc289 /src/python/doc/installation.rst
parent0b238a336f15128d777252cd084ee996491e6882 (diff)
parent845b02ff408eb50207165b8e11136e4b1888612a (diff)
Merge remote-tracking branch 'upstream/master' into generate_points_torus_python
Diffstat (limited to 'src/python/doc/installation.rst')
-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 2881055f..9c16b04e 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -41,7 +41,7 @@ there.
The library uses c++14 and requires `Boost <https://www.boost.org/>`_ :math:`\geq` 1.56.0,
`CMake <https://www.cmake.org/>`_ :math:`\geq` 3.5 to generate makefiles,
-`NumPy <http://numpy.org>`_, `Cython <https://www.cython.org/>`_ and
+`NumPy <http://numpy.org>`_ :math:`\geq` 1.15.0, `Cython <https://www.cython.org/>`_ and
`pybind11 <https://github.com/pybind/pybind11>`_ to compile
the GUDHI Python module.
It is a multi-platform library and compiles on Linux, Mac OSX and Visual