summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-11 14:49:04 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-11 14:49:04 +0100
commitd8905deb600228b704c093838cb6ad339ef49ad6 (patch)
tree7a58890ff21bad5085be5faebd0e9d14de6ffd87 /src/python
parent37a141533397568e7070c734e21ef9c4dc85d132 (diff)
parent1f52ad91c945bb5ef2eaf6d08101de0a8354044b (diff)
Merge branch 'master' into stree_copy_python
Diffstat (limited to 'src/python')
-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