Skip to content

Commit b6a81f1

Browse files
committed
Need fix in latest ipywidgets
1 parent 92a2260 commit b6a81f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"webpack-cli": "^2.0.10"
3232
},
3333
"dependencies": {
34-
"@jupyter-widgets/base": "^1.1.9",
34+
"@jupyter-widgets/base": "^1.1.10",
3535
"bluebird": "^3.5.1",
3636
"jupyter-dataserializers": "^1.1.2",
3737
"three": "^0.90.0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'license': 'BSD',
6969
'include_package_data': True,
7070
'install_requires': [
71-
'ipywidgets>=7.2',
71+
'ipywidgets>=7.2.1',
7272
'ipydatawidgets>=1.1.1',
7373
'numpy',
7474
],

0 commit comments

Comments
 (0)