Skip to content

Commit

Permalink
ENH: Update Python package version requirement to 5.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored Jan 26, 2021
1 parent 0a56e79 commit 3ac76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
keywords='ITK InsightToolkit Run-length-encoding',
url=r'https://github.com/KitwareMedical/ITKRLEImage',
install_requires=[
r'itk>=5.1.1'
r'itk>=5.2rc1'
]
)

0 comments on commit 3ac76da

Please sign in to comment.