Skip to content

Commit 4a00ca8

Browse files
committed
Bump the ipywidgets version to the 7.0.0a1.
Parts of pythreejs now use the binary transfer mechanism in ipywidgets 7.
1 parent e422136 commit 4a00ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def run(self):
135135
'pythreejs/staticlab/jupyter-threejs.bundle.js.manifest',
136136
]),
137137
],
138-
'install_requires': ['ipywidgets>=6.0.0', 'traittypes'],
138+
'install_requires': ['ipywidgets>=7.0.0a1', 'traittypes'],
139139
'packages': find_packages(),
140140
'zip_safe': False,
141141
'cmdclass': {

0 commit comments

Comments
 (0)