Skip to content

Commit c398091

Browse files
deps: requiring ipywidgets 7 (beta)
1 parent 89bcfcd commit c398091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run(self):
132132
]),
133133
],
134134
'install_requires': [
135-
'ipywidgets>=6.0.0b5',
135+
'ipywidgets>=7.0.0b7',
136136
'numpy',
137137
'traittypes',
138138
'traitlets',

0 commit comments

Comments
 (0)