Skip to content

Commit

Permalink
ENH: Update pip from 20.0.2 to 20.1 and setuptools from 46.0.0 to 46.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 11, 2020
1 parent 7e07b71 commit d20f1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SuperBuild/External_python-pip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()
if(NOT Slicer_USE_SYSTEM_${proj})
set(requirements_file ${CMAKE_BINARY_DIR}/${proj}-requirements.txt)
file(WRITE ${requirements_file} [===[
pip==20.0.2 --hash=sha256:4ae14a42d8adba3205ebeb38aa68cfc0b6c346e1ae2e699a0b3bad4da19cef5c
pip==20.1 --hash=sha256:4fdc7fd2db7636777d28d2e1432e2876e30c2b790d461f135716577f73104369
]===])

ExternalProject_Add(${proj}
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild/External_python-setuptools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
if(NOT Slicer_USE_SYSTEM_${proj})
set(requirements_file ${CMAKE_BINARY_DIR}/${proj}-requirements.txt)
file(WRITE ${requirements_file} [===[
setuptools==46.0.0 --hash=sha256:693e0504490ed8420522bf6bc3aa4b0da6a9f1c80c68acfb4e959275fd04cd82
setuptools==46.1.3 --hash=sha256:4fe404eec2738c20ab5841fa2d791902d2a645f32318a7850ef26f8d7215a8ee
]===])

ExternalProject_Add(${proj}
Expand Down

0 comments on commit d20f1d5

Please sign in to comment.