summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-10 10:32:18 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-10 10:32:18 +0100
commit4fc331267735a3368160ea7cd001b7fa45d720f7 (patch)
treedbab706237e402fd3a904d89c24dbdcd0cd502c5 /src/python/doc
parent7f1b8eb706c72921141b53e607d6e2aa28e2bf19 (diff)
Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remove useless include boost/version.h
Diffstat (limited to 'src/python/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 35c344e3..c2c3db34 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -39,7 +39,7 @@ If you are instead using a git checkout, beware that the paths are a bit
different, and in particular the `python/` subdirectory is actually `src/python/`
there.
-The library uses c++14 and requires `Boost <https://www.boost.org/>`_ :math:`\geq` 1.56.0,
+The library uses c++14 and requires `Boost <https://www.boost.org/>`_ :math:`\geq` 1.66.0,
`CMake <https://www.cmake.org/>`_ :math:`\geq` 3.5 to generate makefiles,
`NumPy <http://numpy.org>`_ :math:`\geq` 1.15.0, `Cython <https://www.cython.org/>`_ and
`pybind11 <https://github.com/pybind/pybind11>`_ to compile