diff --git a/setup.py b/setup.py index 9e59747..18ad058 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,9 @@ ], license='Apache', keywords='ITK InsightToolkit', - url=r'https://itk.org/', + url=r'https://www.itk.org/', install_requires=[ - r'itk' + r'itk>=5.0b01', + r'vtk=8.1.1' ] )