[DOCS] Python API version fix (#23403)

CMakeLists.txt update, to be able to build right version of Python API.
This commit is contained in:
tadamczx 2024-03-13 07:05:06 +01:00 committed by GitHub
parent beb158f6f0
commit 655a72607f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function(build_docs)
if(${ENABLE_PYTHON_API})
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "STARTED preprocessing OpenVINO Python API")
list(APPEND commands COMMAND ${Python3_EXECUTABLE} -m pip install openvino)
list(APPEND commands COMMAND ${Python3_EXECUTABLE} -m pip install openvino==2023.3)
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "FINISHED preprocessing OpenVINO Python API")
endif()