Skip to content

Commit f886bd8

Browse files
committed
BUG: Python package requires itk>=5.0rc1
1 parent 4344ce2 commit f886bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-minimalpathextraction',
16-
version='0.1.0',
16+
version='1.0.0',
1717
author='Insight Software Consortium',
1818
author_email='itk+community@discourse.itk.org',
1919
packages=['itk'],
@@ -49,6 +49,6 @@
4949
keywords='ITK InsightToolkit',
5050
url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
5151
install_requires=[
52-
r'itk'
52+
r'itk>=5.0rc1'
5353
]
5454
)

0 commit comments

Comments
 (0)