File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 description : ' Git version tag or commit hash for the base ITK build'
2424 required : false
2525 type : string
26- default : ' v6.0b01'
26+ # release branch 2026-03-10
27+ default : ' c6e1c1be6a86236cbb812bd71eec5a4df9b1353c'
2728 itk-module-deps :
2829 description : ' Colon-delimited list of ITK remote module dependencies to build. Format as module_name@tag:...'
2930 # example: MeshToPolyData@3ad8f08:BSplineGradient@0.3.0
Original file line number Diff line number Diff line change 1313 description : ' Github release version tag for the ITKPythonBuilds build archive to use'
1414 required : false
1515 type : string
16- default : ' v6.0b01.post1 '
16+ default : ' v6.0b02 '
1717 itk-python-package-tag :
1818 # See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919 description : ' Git tag or commit hash for ITKPythonPackage build scripts to use'
2020 required : false
2121 type : string
22- # v6.0b01
23- default : ' v6.0b01.post1 '
22+ # v6.0b02
23+ default : ' v6.0b02 '
2424 itk-python-package-org :
2525 description : ' Github organization name for fetching ITKPythonPackage build scripts'
2626 required : false
3737 type : string
3838 # Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11.
3939 # Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI.
40- default : ' ["9"," 10","11"]'
40+ default : ' ["10","11"]'
4141 manylinux-platforms :
4242 description : ' JSON-formatted array of "<manylinux-image>-<arch>" specializations'
4343 required : false
You can’t perform that action at this time.
0 commit comments