We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aed60e commit 05b21b7Copy full SHA for 05b21b7
requirements.txt
@@ -4,7 +4,7 @@ itk-filtering>=5.0.1
4
itk-meshtopolydata>=0.5.0
5
ipydatawidgets>=3.2.0
6
ipywidgets>=7.5.1
7
-ipympl
+ipympl>=0.4.1
8
matplotlib
9
numpy
10
scipy
setup.py
@@ -165,7 +165,7 @@ def run(self):
165
'itk-meshtopolydata>=0.5.1',
166
'ipydatawidgets>=4.0.1',
167
'ipywidgets>=7.5.1',
168
- 'ipympl',
+ 'ipympl>=0.4.1',
169
'matplotlib',
170
'numpy',
171
'scipy',
0 commit comments