Skip to content

Commit bcee1c2

Browse files
authored
Merge pull request #103 from thewtex/package-dependency-version
BUG: Update Python package dependency to itk>=5.2rc1
2 parents 659eb74 + ddf8381 commit bcee1c2

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
@@ -43,6 +43,6 @@
4343
keywords='ITK InsightToolkit',
4444
url=r'https://itk.org/',
4545
install_requires=[
46-
r'itk>=5.1.2'
46+
r'itk>=5.2rc1'
4747
]
4848
)

0 commit comments

Comments
 (0)