Skip to content

Commit

Permalink
BUG: Fix setup.py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 11, 2018
1 parent 6dc8574 commit 1c764a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
)

0 comments on commit 1c764a6

Please sign in to comment.