Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
REL: Fix requirements for ITKv4
Browse files Browse the repository at this point in the history
  • Loading branch information
T4mmi committed Feb 5, 2019
1 parent 67fe3ae commit bacd5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-binarythinning3d',
version='5.0b1',
version='4.0',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0b1'
r'itk>=4,<5'
]
)

0 comments on commit bacd5d4

Please sign in to comment.