Skip to content

Commit

Permalink
Update dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 21, 2023
1 parent 56d559f commit 77ad1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/add_project_python_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if( VIAME_ENABLE_OPENCV )
endif()

if( VIAME_ENABLE_LEARN AND Python_VERSION VERSION_LESS "3.7" )
list( APPEND VIAME_PYTHON_BASIC_DEPS "wandb<=0.15.7" )
if( WIN32 )
list( APPEND VIAME_PYTHON_BASIC_DEPS "pyarrow==4.0.0" )
else()
Expand Down

0 comments on commit 77ad1d9

Please sign in to comment.