Skip to content

Commit

Permalink
ENH: Restrict Python package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 13, 2020
1 parent d0158ba commit 025f69c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
keywords='ITK InsightToolkit Montage Image-stitching Image-montage',
url=r'https://github.com/InsightSoftwareConsortium/ITKMontage',
install_requires=[
r'itk>=v5.1rc1.post1'
r'itk-core>=v5.1rc1.post1',
r'itk-filtering>=v5.1rc1.post1',
r'itk-io>=v5.1rc1.post1'
]
)

0 comments on commit 025f69c

Please sign in to comment.