Skip to content

Commit 351e4fd

Browse files
authored
Merge pull request #288 from martinRenou/widgets8
Update ipywidgets 8
2 parents 8f2ad34 + 290c2b7 commit 351e4fd

File tree

4 files changed

+866
-1073
lines changed

4 files changed

+866
-1073
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"watch:nbextension": "webpack --watch"
5050
},
5151
"dependencies": {
52-
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4.0.0",
52+
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4 || ^5 || ^6",
5353
"buffer": "^4.9.2",
5454
"lodash": ">=4.17.13",
5555
"roughjs": "^4.3.1"
5656
},
5757
"devDependencies": {
5858
"@jupyterlab/builder": "^3.0.0",
59-
"@phosphor/application": "^1.6.0",
60-
"@phosphor/widgets": "^1.6.0",
59+
"@lumino/application": "^1.6.0",
60+
"@lumino/widgets": "^1.6.0",
6161
"@types/node": "^10.11.6",
6262
"@types/webpack-env": "^1.13.6",
6363
"@typescript-eslint/eslint-plugin": "^4.8.1",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
],
9393
include_package_data=True,
9494
install_requires=[
95-
'ipywidgets>=7.6.0',
95+
'ipywidgets>=7.6.0,<9',
9696
'pillow>=6.0',
9797
'numpy'
9898
],

src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright (c) Martin Renou
22
// Distributed under the terms of the Modified BSD License.
33

4-
import { Application, IPlugin } from '@phosphor/application';
4+
import { Application, IPlugin } from '@lumino/application';
55

6-
import { Widget } from '@phosphor/widgets';
6+
import { Widget } from '@lumino/widgets';
77

88
import { IJupyterWidgetRegistry } from '@jupyter-widgets/base';
99

0 commit comments

Comments
 (0)