We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f59002 commit a6bdcceCopy full SHA for a6bdcce
1 file changed
CMakeLists.txt
@@ -32,7 +32,7 @@ message(STATUS "xtensor-python v${${PROJECT_NAME}_VERSION}")
32
# Dependencies
33
# ============
34
35
-set(xtensor_REQUIRED_VERSION 0.26.0)
+set(xtensor_REQUIRED_VERSION 0.27.0)
36
if(TARGET xtensor)
37
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
38
# Note: This is not SEMVER compatible comparison
@@ -48,7 +48,7 @@ endif()
48
49
find_package(Python COMPONENTS Interpreter REQUIRED)
50
51
-set(pybind11_REQUIRED_VERSION 2.6.1)
+set(pybind11_REQUIRED_VERSION 3.0.0)
52
if (NOT TARGET pybind11::headers)
53
# Defaults to ON for cmake >= 3.18
54
# https://github.com/pybind/pybind11/blob/35ff42b56e9d34d9a944266eb25f2c899dbdfed7/CMakeLists.txt#L96
0 commit comments