Skip to content

Commit 686da9e

Browse files
authored
Merge pull request #62 from bluescarni/pr/iter
Bump to 2.17 for development
2 parents 6d3da43 + 30682c3 commit 686da9e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
1212
FORCE)
1313
endif()
1414

15-
project(pygmo VERSION 2.16.0 LANGUAGES CXX C)
15+
project(pygmo VERSION 2.17.0 LANGUAGES CXX C)
1616

1717
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")
1818

doc/install.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2729
Packages
2830
--------

tools/docker_manylinux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set -x
66
# Exit on error.
77
set -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

1212
if [[ ${PYGMO_BUILD_TYPE} == *38* ]]; then
1313
PYTHON_DIR="cp38-cp38"

0 commit comments

Comments
 (0)