Skip to content

Commit

Permalink
Merge pull request #166 from thewtex/package-deps
Browse files Browse the repository at this point in the history
BUG: Update Python package dependency versions
  • Loading branch information
thewtex authored Jun 17, 2020
2 parents 38431d4 + f7c42fe commit 0107770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-montage',
version='0.5.1',
version='0.5.2',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -48,8 +48,8 @@
keywords='ITK InsightToolkit Montage Image-stitching Image-montage',
url=r'https://github.com/InsightSoftwareConsortium/ITKMontage',
install_requires=[
r'itk-core>=v5.1rc1.post1',
r'itk-filtering>=v5.1rc1.post1',
r'itk-io>=v5.1rc1.post1'
r'itk-core>=v5.1.0.post3',
r'itk-filtering>=v5.1.0.post3',
r'itk-io>=v5.1.0.post3'
]
)

0 comments on commit 0107770

Please sign in to comment.