Skip to content

Commit b03e89b

Browse files
committed
ENH: Upgrade wheels to use ITK53rc02
1 parent cee053a commit b03e89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push,pull_request]
55
env:
66
ITKMinimalPathExtraction-git-tag: v1.2.0
77
vtk-git-tag: "1681cee3489800373c2e183af2d3ca8552e05940"
8-
itk-git-tag: v5.3rc01
8+
itk-git-tag: v5.3rc02
99

1010
jobs:
1111
build-test-cxx:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
url=r'https://itk.org/',
4747
install_requires=[
4848
r'numpy',
49-
r'itk>=5.2.1.post1',
49+
r'itk>=5.3rc2.post1',
5050
r'itk-minimalpathextraction>=1.2.0'
5151
]
5252
)

0 commit comments

Comments
 (0)