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 92a2260 commit b6a81f1Copy full SHA for b6a81f1
js/package.json
@@ -31,7 +31,7 @@
31
"webpack-cli": "^2.0.10"
32
},
33
"dependencies": {
34
- "@jupyter-widgets/base": "^1.1.9",
+ "@jupyter-widgets/base": "^1.1.10",
35
"bluebird": "^3.5.1",
36
"jupyter-dataserializers": "^1.1.2",
37
"three": "^0.90.0",
setup.py
@@ -68,7 +68,7 @@
68
'license': 'BSD',
69
'include_package_data': True,
70
'install_requires': [
71
- 'ipywidgets>=7.2',
+ 'ipywidgets>=7.2.1',
72
'ipydatawidgets>=1.1.1',
73
'numpy',
74
],
0 commit comments