Skip to content

Commit

Permalink
Boost setup tools level
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 21, 2023
1 parent 8abf5b0 commit d3174b0
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 @@ -28,7 +28,7 @@ endif()
if( ( WIN32 OR Python_VERSION VERSION_LESS "3.8" )
AND VIAME_ENABLE_PYTORCH-NETHARN
AND VIAME_ENABLE_GDAL )
list( APPEND VIAME_PYTHON_BASIC_DEPS "setuptools==57.5.0" )
list( APPEND VIAME_PYTHON_BASIC_DEPS "setuptools==59.5.0" )
endif()

# For scoring and plotting
Expand Down

0 comments on commit d3174b0

Please sign in to comment.