Skip to content

Commit

Permalink
Revert "Boost setup tools level"
Browse files Browse the repository at this point in the history
This reverts commit d3174b0.
  • Loading branch information
mattdawkins committed Sep 21, 2023
1 parent 090a103 commit 97c5846
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==59.5.0" )
list( APPEND VIAME_PYTHON_BASIC_DEPS "setuptools==57.5.0" )
endif()

# For scoring and plotting
Expand Down

0 comments on commit 97c5846

Please sign in to comment.