Upgrade pybind11 to v2.2.4 to support Python3.7

test=develop
local_add_cudnn_lstm
minqiyang 7 years ago
parent e90afec47b
commit 8038cd10a9

@ -26,7 +26,7 @@ ExternalProject_Add(
extern_pybind
${EXTERNAL_PROJECT_LOG_ARGS}
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.1.1"
GIT_TAG "v2.2.4"
PREFIX ${PYBIND_SOURCE_DIR}
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""

Loading…
Cancel
Save