Skip to content

Commit 3f27aa4

Browse files
authored
Merge pull request #65 from thewtex/python-require-itk-5.0.0
BUG: Python packages require itk>=5.0.0.post1
2 parents 9a9f449 + 702fd1e commit 3f27aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk>=5.0rc1'
47+
r'itk>=5.0.0.post1'
4848
]
4949
)

0 commit comments

Comments
 (0)