Skip to content

Commit 5708f5b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
)

Utilities/Dashboard/itkexamples_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# dashboard_superbuild = True to use the Superbuild
3939
# dashboard_upload_documentation = Upload the HTML .zip to the dashboard
4040
# (requires BUILD_DOCUMENTATION=ON in the dashboard cache)
41-
# CTEST_UPDATE_COMMAND = path to svn command-line client
41+
# CTEST_UPDATE_COMMAND = path to git command-line client
4242
# CTEST_BUILD_FLAGS = build tool arguments (ex: -j2)
4343
# CTEST_TEST_TIMEOUT = Per-test timeout length
4444
# CTEST_TEST_ARGS = ctest_test args (ex: PARALLEL_LEVEL 4)

0 commit comments

Comments
 (0)