Skip to content

Commit 96c94fe

Browse files
mseng10hjmjohnson
authored andcommitted
ENH: Bump ITK version to 5.1.2
This will bump all versions of ITK in setup.py and the GitHub Actions to 5.1.2
1 parent f396898 commit 96c94fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.1.1"
16+
itk-git-tag: "v5.1.2"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.1.1"
21+
itk-git-tag: "v5.1.2"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.1.1"
26+
itk-git-tag: "v5.1.2"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -133,7 +133,7 @@ jobs:
133133
matrix:
134134
python-version: [36, 37, 38, 39]
135135
include:
136-
- itk-python-git-tag: "v5.1.1.post1"
136+
- itk-python-git-tag: "v5.1.2"
137137

138138
steps:
139139
- uses: actions/checkout@v2
@@ -169,7 +169,7 @@ jobs:
169169
max-parallel: 2
170170
matrix:
171171
include:
172-
- itk-python-git-tag: "v5.1.1.post1"
172+
- itk-python-git-tag: "v5.1.2"
173173

174174
steps:
175175
- uses: actions/checkout@v2
@@ -198,7 +198,7 @@ jobs:
198198
matrix:
199199
python-version-minor: [6, 7, 8, 9]
200200
include:
201-
- itk-python-git-tag: "v5.1.1.post1"
201+
- itk-python-git-tag: "v5.1.2"
202202

203203
steps:
204204
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
keywords='ITK InsightToolkit Math-morphology Label-images',
5353
url=r'https://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate',
5454
install_requires=[
55-
r'itk>=5.1.1'
55+
r'itk>=5.1.2'
5656
]
5757
)

0 commit comments

Comments
 (0)