File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments