Skip to content

Commit d2e5098

Browse files
authored
Merge pull request #290 from InsightSoftwareConsortium/itk-5.4.0
ENH: Bump ITK to 5.4.0
2 parents 92cf324 + 406bca8 commit d2e5098

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

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

55
jobs:
66
cxx-build-workflow:
7-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
88

99
python-build-workflow-dev:
1010
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags')
11-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
1212
with:
1313
python3-minor-versions: '["8","11"]'
1414
manylinux-platforms: '["_2_28-x64","2014-x64"]'
@@ -18,7 +18,7 @@ jobs:
1818

1919
python-build-workflow-main:
2020
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
21-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
21+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
2222
with:
2323
python3-minor-versions: '["8","9","10","11"]'
2424
manylinux-platforms: '["_2_28-x64","2014-x64"]'

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-elastix"
7-
version = "0.19.2"
7+
version = "0.20.0"
88
description = "Provides an ITK Python interface to elastix, a toolbox for rigid and nonrigid registration of images"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -41,7 +41,7 @@ classifiers = [
4141
]
4242
requires-python = ">=3.8"
4343
dependencies = [
44-
"itk>=5.4rc3",
44+
"itk~=5.4.0",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)