Skip to content

Commit d32680f

Browse files
committed
COMP: Updates to python packages.
1 parent a0e71e2 commit d32680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Superbuild/External-Python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ ExternalProject_Add(ITKPython
1818
DOWNLOAD_COMMAND ""
1919
CONFIGURE_COMMAND ${Python3_EXECUTABLE} -m venv "${_itk_venv}"
2020
BUILD_COMMAND ${ITKPython3_EXECUTABLE} -m pip install --upgrade pip
21-
INSTALL_COMMAND ${ITKPython3_EXECUTABLE} -m pip install --ignore-installed itk>=6.0a1 sphinx==8.1.3 six black nbsphinx ipywidgets sphinx-contributors ipykernel matplotlib itkwidgets[lab,notebook]>=1.0a54 pydata-sphinx-theme
21+
INSTALL_COMMAND ${ITKPython3_EXECUTABLE} -m pip install --ignore-installed "itk>=6.0a1" "sphinx==8.1.3" six black nbsphinx ipywidgets sphinx-contributors ipykernel matplotlib "itkwidgets[lab,notebook]>=1.0a54" pydata-sphinx-theme
2222
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/ITKBlackConfig.cmake
2323
)

0 commit comments

Comments
 (0)