Skip to content

Commit

Permalink
BUG: Update itk dependency to 5.1.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 1, 2020
1 parent 9c0f8a3 commit 6a944be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def run(self):
],
'install_requires': [
'colorcet>=2.0.0',
'itk-core>=5.1.0.post1',
'itk-filtering>=5.1.0.post1',
'itk-meshtopolydata>=0.6.1',
'itk-core>=5.1.0.post2',
'itk-filtering>=5.1.0.post2',
'itk-meshtopolydata>=0.6.2',
'ipydatawidgets>=4.0.1',
'ipywidgets>=7.5.1',
'ipympl>=0.4.1',
Expand Down

0 comments on commit 6a944be

Please sign in to comment.