Skip to content

Commit

Permalink
Adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 1, 2023
1 parent a6fa0bc commit d23b20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/add_project_python_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ list( APPEND VIAME_PYTHON_BASIC_DEPS "map_boxes" "ensemble_boxes" )
if( Python_VERSION VERSION_LESS "3.9" )
list( APPEND VIAME_PYTHON_BASIC_DEPS "llvmlite==0.31.0" "numba==0.47" )
else()
list( APPEND VIAME_PYTHON_BASIC_DEPS "llvmlite==0.39.1" "numba==0.56" )
list( APPEND VIAME_PYTHON_BASIC_DEPS "llvmlite==0.40.0" "numba==0.57" )
endif()

# For pytorch building
Expand Down

0 comments on commit d23b20b

Please sign in to comment.