Skip to content

Commit 30682c3

Browse files
committed
Try to update pagmo/pybind11 versions in the manylinux script.
1 parent c158a3d commit 30682c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)