We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162b51b commit a17d3fbCopy full SHA for a17d3fb
doc/install.rst
@@ -129,9 +129,9 @@ In order to install pygmo from source, you will need:
129
Clang or MSVC should do),
130
* a `Python <https://www.python.org/>`__ installation,
131
* `pybind11 <https://github.com/pybind/pybind11>`__ (version >= 2.10),
132
-* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__,
+* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__, (version >=2.19)
133
* the `Boost libraries <https://www.boost.org/>`__,
134
-* `CMake <https://cmake.org/>`__, version 3.17 or later.
+* `CMake <https://cmake.org/>`__, version 3.18 or later.
135
136
After making sure the dependencies are installed on your system, you can
137
download the pygmo source code from the
0 commit comments