Skip to content

Commit

Permalink
Update add_project_python_deps.cmake
Browse files Browse the repository at this point in the history
Adjust case
  • Loading branch information
mattdawkins committed Aug 20, 2023
1 parent ffa426b commit 56d559f
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 @@ -12,7 +12,7 @@
# Basic dependencies are installed jointly in one local pip installation call

# Core requirements used for building certain libraries
set( VIAME_PYTHON_BASIC_DEPS "wheel" "ordered_set" "Cython<3.0.0" )
set( VIAME_PYTHON_BASIC_DEPS "wheel" "ordered_set" "cython<3.0.0" )

if( VIAME_FIXUP_BUNDLE )
list( APPEND VIAME_PYTHON_BASIC_DEPS "numpy==1.19.3" )
Expand Down

0 comments on commit 56d559f

Please sign in to comment.