Skip to content

Commit

Permalink
ENH: Require at least ITK 5.4rc2, for ImageRandomIteratorWithIndex
Browse files Browse the repository at this point in the history
Especially to avoid potential differences between registration results of the
elastix executable and ITKElastix, which were accidentally introduced with ITK
5.4rc1 and fixed with ITK 5.4rc2:

  pull request InsightSoftwareConsortium/ITK#4183
  commit InsightSoftwareConsortium/ITK@997ff54
  BUG: ImageRandomIteratorWithIndex should not assign data in constructor
  • Loading branch information
N-Dekker committed Oct 23, 2023
1 parent 8b70aac commit 75f3851
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 @@ -49,6 +49,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.4rc1'
r'itk>=5.4rc2'
]
)

0 comments on commit 75f3851

Please sign in to comment.