Skip to content

Commit

Permalink
COMP: Updates to python packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jan 31, 2025
1 parent a0e71e2 commit d32680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superbuild/External-Python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ ExternalProject_Add(ITKPython
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ${Python3_EXECUTABLE} -m venv "${_itk_venv}"
BUILD_COMMAND ${ITKPython3_EXECUTABLE} -m pip install --upgrade pip
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
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
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/ITKBlackConfig.cmake
)

0 comments on commit d32680f

Please sign in to comment.