Skip to content

Commit 05b21b7

Browse files
committed
BUG: Require ipympl>=0.4.1
For JupyterLab builds re: matplotlib/ipympl#163
1 parent 3aed60e commit 05b21b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ itk-filtering>=5.0.1
44
itk-meshtopolydata>=0.5.0
55
ipydatawidgets>=3.2.0
66
ipywidgets>=7.5.1
7-
ipympl
7+
ipympl>=0.4.1
88
matplotlib
99
numpy
1010
scipy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def run(self):
165165
'itk-meshtopolydata>=0.5.1',
166166
'ipydatawidgets>=4.0.1',
167167
'ipywidgets>=7.5.1',
168-
'ipympl',
168+
'ipympl>=0.4.1',
169169
'matplotlib',
170170
'numpy',
171171
'scipy',

0 commit comments

Comments
 (0)