File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Get and build itk
3
3
4
4
if (NOT ITK_TAG )
5
- set (ITK_TAG "v5.2.0 " )
5
+ set (ITK_TAG "v5.3rc03 " )
6
6
endif ()
7
7
8
8
set (_vtk_args )
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ExternalProject_Add(ITKPython
17
17
DOWNLOAD_COMMAND ""
18
18
CONFIGURE_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv} "
19
19
BUILD_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --upgrade pip
20
- INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2.0.post2 sphinx==4.4.0 docutils<0.18 six black nbsphinx ipython sphinx-contributors
20
+ INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.3rc3 sphinx==4.4.0 docutils<0.18 six black nbsphinx ipython sphinx-contributors
21
21
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /ITKBlackConfig.cmake
22
22
)
You can’t perform that action at this time.
0 commit comments