10000 Allow lumino v2 in dependency constraints to make it compatible with … · mthiboust/plotly.py@237d630 · GitHub
[go: up one dir, main page]

Skip to content

Commit 237d630

Browse files
authored
Allow lumino v2 in dependency constraints to make it compatible with jupyterlab v4
1 parent 7181c4d commit 237d630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/javascript/jupyterlab-plotly/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"dependencies": {
6363
"@jupyter-widgets/base": ">=2.0.0 <7.0.0",
6464
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0 || ^3.0.0",
65-
"@lumino/messaging": "^1.2.3",
66-
"@lumino/widgets": "^1.8.1",
65+
"@lumino/messaging": "^1.2.3 || ^2.0.0",
66+
"@lumino/widgets": "^1.8.1 || ^2.0.0",
6767
"lodash": "^4.17.4",
6868
"plotly.js": "^2.35.2"
6969
},

0 commit comments

Comments
 (0)
0