File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
1212 FORCE)
1313endif ()
1414
15- project (pygmo VERSION 2.16 .0 LANGUAGES CXX C)
15+ project (pygmo VERSION 2.17 .0 LANGUAGES CXX C)
1616
1717list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" "${CMAKE_CURRENT_SOURCE_DIR} /cmake/yacma" )
1818
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ dependencies:
2222* `Matplotlib <https://matplotlib.org/ >`__, which is used by a few
2323 plotting utilities,
2424* `NetworkX <https://networkx.github.io/ >`__, which is used for
25- importing/exporting topologies as graphs.
25+ importing/exporting topologies as graphs,
26+ * `SciPy <https://www.scipy.org/ >`__, which is used in the implementation
27+ of the :class: `~pygmo.scipy_optimize ` algorithm wrapper.
2628
2729Packages
2830--------
Original file line number Diff line number Diff line change 66# Exit on error.
77set -e
88
9- PAGMO_LATEST=" 2.14 .0"
10- PYBIND11_VERSION=" 2.4.3 "
9+ PAGMO_LATEST=" 2.16 .0"
10+ PYBIND11_VERSION=" 2.5.0 "
1111
1212if [[ ${PYGMO_BUILD_TYPE} == * 38* ]]; then
1313 PYTHON_DIR=" cp38-cp38"
You can’t perform that action at this time.
0 commit comments