Skip to content

Commit 055add0

Browse files
authored
Merge pull request #69 from thewtex/itk-5.4.0
ENH: Update ITK to 5.4.0
2 parents 85ee4f7 + 4ce9813 commit 055add0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

55
jobs:
66
cxx-build-workflow:
7-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4rc03-arm-wheels
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
88

99
python-build-workflow:
10-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
1111
with:
1212
test-notebooks: false
1313
secrets:

pyproject.toml

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

55
[project]
66
name = "itk-meshtopolydata"
7-
version = "0.11rc3"
7+
version = "0.12.0"
88
description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
requires-python = ">=3.8"
3737
dependencies = [
38-
"itk-core>=5.4rc3",
38+
"itk-core~=5.4.0",
3939
"numpy",
4040
]
4141

0 commit comments

Comments
 (0)