diff --git a/setup.py b/setup.py index d45a589..8809192 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ keywords='ITK InsightToolkit', url=r'https://itk.org/', install_requires=[ - r'itk>=5.0.0.post1' + r'itk>=5.0.1' ] )