Skip to content

Commit a17d3fb

Browse files
committed
update ver requirements in docs
1 parent 162b51b commit a17d3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ In order to install pygmo from source, you will need:
129129
Clang or MSVC should do),
130130
* a `Python <https://www.python.org/>`__ installation,
131131
* `pybind11 <https://github.com/pybind/pybind11>`__ (version >= 2.10),
132-
* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__,
132+
* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__, (version >=2.19)
133133
* the `Boost libraries <https://www.boost.org/>`__,
134-
* `CMake <https://cmake.org/>`__, version 3.17 or later.
134+
* `CMake <https://cmake.org/>`__, version 3.18 or later.
135135

136136
After making sure the dependencies are installed on your system, you can
137137
download the pygmo source code from the

0 commit comments

Comments
 (0)