Skip to content

Commit

Permalink
ENH: Require ipywidgets 7.5.1 for grid layout template support
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 13, 2020
1 parent fec1482 commit 931ec50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ itk-core>=5.0.1
itk-filtering>=5.0.1
itk-meshtopolydata>=0.5.0
ipydatawidgets>=3.2.0
ipywidgets>=7.4.0
ipywidgets>=7.5.1
ipympl
matplotlib
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def run(self):
'itk-filtering>=5.0.1',
'itk-meshtopolydata>=0.5.1',
'ipydatawidgets>=4.0.1',
'ipywidgets>=7.4.0',
'ipywidgets>=7.5.1',
'ipympl',
'matplotlib',
'numpy',
Expand Down

0 comments on commit 931ec50

Please sign in to comment.