File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v6.0b01
88 with :
99 itk-cmake-options : ' -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
1010
1111 python-build-workflow :
12- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
12+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v6.0b01
1313 with :
1414 test-notebooks : true
1515 secrets :
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-splitcomponents"
7- version = " 2.2.4 "
7+ version = " 2.3b1 "
88description = " ITK filters to split a multi-component pixel image into component-wise scalar images"
99readme = " README.rst"
1010license = {file = " LICENSE" }
1111authors = [
12- { name = " Matthew M. McCormick" , email = " matt.mccormick@kitware.com " },
12+ { name = " Matthew M. McCormick" , email = " matt@fideus.io " },
1313]
1414keywords = [
1515 " itk" ,
@@ -35,7 +35,7 @@ classifiers = [
3535]
3636requires-python = " >=3.9"
3737dependencies = [
38- " itk == 5.4.* " ,
38+ " itk == 6.0b1 "
3939]
4040
4141[project .urls ]
You can’t perform that action at this time.
0 commit comments