Skip to content

Commit

Permalink
Update minimum version for Jupyterlab=4.1 and Ipywidgets=8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed Feb 10, 2024
1 parent 1d9b490 commit 77082c9
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 376 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,26 +83,26 @@
]
},
"dependencies": {
"@jupyter-widgets/base": "^6",
"@jupyter-widgets/controls": "^5",
"@jupyter-widgets/jupyterlab-manager": "^5.0.9",
"@jupyterlab/application": "^4.0.4",
"@jupyterlab/apputils": "^4.1.4",
"@jupyterlab/console": "^4.0.11",
"@jupyterlab/coreutils": "^6.0.11",
"@jupyterlab/filebrowser": "^4.0.10",
"@jupyterlab/launcher": "^4.0.11",
"@jupyterlab/observables": "^5.0.4",
"@jupyterlab/rendermime": "^4.0.11",
"@lumino/algorithm": "^2",
"@lumino/commands": "^2",
"@lumino/disposable": "^2",
"@lumino/messaging": "^2",
"@lumino/widgets": "^2"
"@jupyter-widgets/base": "^6.0.7",
"@jupyter-widgets/controls": "^5.0.8",
"@jupyter-widgets/jupyterlab-manager": "^5.0.10",
"@jupyterlab/application": "^4.1.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/console": "^4.1.0",
"@jupyterlab/coreutils": "^6.1.0",
"@jupyterlab/filebrowser": "^4.1.0",
"@jupyterlab/launcher": "^4.1.0",
"@jupyterlab/observables": "^5.1.0",
"@jupyterlab/rendermime": "^4.1.0",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.2.0",
"@lumino/disposable": "^2.1.2",
"@lumino/messaging": "^2.0.1",
"@lumino/widgets": "^2.3.1"
},
"devDependencies": {
"@jupyter-widgets/base-manager": "^1.0.6",
"@jupyterlab/builder": "^4.0.0",
"@jupyter-widgets/base-manager": "^1.0.8",
"@jupyterlab/builder": "^4.1.0",
"@types/expect.js": "^0.3.29",
"@types/json-schema": "^7.0.11",
"@types/node": "^18.7.8",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
dynamic = ["version", "description", "authors", "urls", "keywords"]

dependencies = [
"jupyterlab>=4.0.9",
"ipywidgets>=8.1.0,<9",
"jupyterlab>=4.1.0",
"ipywidgets>=8.1.2,<9",
"pluggy>=1.1",
'backports.strenum;python_version<"3.11"',
'typing-extensions>=4.9.0',
Expand Down
Loading

0 comments on commit 77082c9

Please sign in to comment.