Skip to content

Commit a643784

Browse files
committed
COMP: Set latest available itk version in setup.py
1 parent 1edbc56 commit a643784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
keywords='RTK Reconstruction Toolkit',
4848
url=r'https://www.openrtk.org/',
4949
install_requires=[
50-
r'itk>=5.1'
50+
r'itk>=5.1rc03'
5151
]
5252
)

0 commit comments

Comments
 (0)