Skip to content

Commit

Permalink
update ipywidgets dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Apr 20, 2022
1 parent 2d8b13f commit b4fa42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@jupyter-widgets/base": "^2 || ^3 || ^4.0.0",
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
"@types/node": "^14.14.35",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'ipython_genutils',
'pillow',
'traitlets<6',
'ipywidgets>=7.6.0,<8',
'ipywidgets>=7.6.0',
'matplotlib>=3.4.0,<4',
],
extras_require={
Expand Down

0 comments on commit b4fa42d

Please sign in to comment.