Skip to content

Commit ee9f603

Browse files
leandronekalda
andcommitted
[skip ci][CI] Bump Python version from 3.6 to 3.7 in VitisAI.cmake
This is required because we migrated the default version in which dependencies are installed, due to Python 3.6 coming to EOL. Co-authored-by: Elen Kalda <[email protected]>
1 parent fe7b5d3 commit ee9f603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/contrib/VitisAI.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
if(USE_VITIS_AI)
1919
set(PYXIR_SHARED_LIB libpyxir.so)
20-
find_package(PythonInterp 3.6 REQUIRED)
20+
find_package(PythonInterp 3.7 REQUIRED)
2121
if(NOT PYTHON)
22-
find_program(PYTHON NAMES python3 python3.6)
22+
find_program(PYTHON NAMES python3 python3.7)
2323
endif()
2424
execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c"
2525
"import pyxir as px; print(px.get_include_dir()); print(px.get_lib_dir());"

0 commit comments

Comments
 (0)