Skip to content

Commit

Permalink
ENH: use latest ITK v5.1 version for python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Mar 18, 2020
1 parent 8261f3d commit 2683eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
keywords='RTK Reconstruction Toolkit',
url=r'https://www.openrtk.org/',
install_requires=[
r'itk>=5.0.1'
r'itk>=5.1'
]
)

0 comments on commit 2683eed

Please sign in to comment.