Skip to content

Commit 79e1190

Browse files
authored
Merge pull request #85 from thewtex/itk-6.0b01
ENH: Update CI for ITK 6.0 Beta 1
2 parents ccd08d9 + 2fe5bd7 commit 79e1190

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push,pull_request]
44

55
jobs:
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:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-splitcomponents"
7-
version = "2.2.4"
7+
version = "2.3b1"
88
description = "ITK filters to split a multi-component pixel image into component-wise scalar images"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
1111
authors = [
12-
{ name = "Matthew M. McCormick", email = "matt[email protected]" },
12+
{ name = "Matthew M. McCormick", email = "matt@fideus.io" },
1313
]
1414
keywords = [
1515
"itk",
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
requires-python = ">=3.9"
3737
dependencies = [
38-
"itk == 5.4.*",
38+
"itk == 6.0b1"
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)