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 5708f5b
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.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
)
2 changes: 1 addition & 1 deletion Utilities/Dashboard/itkexamples_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# dashboard_superbuild = True to use the Superbuild
# dashboard_upload_documentation = Upload the HTML .zip to the dashboard
# (requires BUILD_DOCUMENTATION=ON in the dashboard cache)
# CTEST_UPDATE_COMMAND = path to svn command-line client
# CTEST_UPDATE_COMMAND = path to git command-line client
# CTEST_BUILD_FLAGS = build tool arguments (ex: -j2)
# CTEST_TEST_TIMEOUT = Per-test timeout length
# CTEST_TEST_ARGS = ctest_test args (ex: PARALLEL_LEVEL 4)
Expand Down

0 comments on commit 5708f5b

Please sign in to comment.