Skip to content

Commit

Permalink
Need fix in latest ipywidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Apr 25, 2018
1 parent 92a2260 commit b6a81f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Expand Up @@ -31,7 +31,7 @@
"webpack-cli": "^2.0.10"
},
"dependencies": {
"@jupyter-widgets/base": "^1.1.9",
"@jupyter-widgets/base": "^1.1.10",
"bluebird": "^3.5.1",
"jupyter-dataserializers": "^1.1.2",
"three": "^0.90.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@
'license': 'BSD',
'include_package_data': True,
'install_requires': [
'ipywidgets>=7.2',
'ipywidgets>=7.2.1',
'ipydatawidgets>=1.1.1',
'numpy',
],
Expand Down

0 comments on commit b6a81f1

Please sign in to comment.