Skip to content

Commit

Permalink
Allow for JupyterLite 0.3.0 (#117)
Browse files Browse the repository at this point in the history
* Allow for JupyterLite 0.3.0

* Allow for 0.3.0 packages

* Update services package

* dedupe
  • Loading branch information
jtpio authored Apr 23, 2024
1 parent 5c1fb75 commit 9f58830
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 463 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
- ruff==0.0.258
- voila>=0.5.5
- voila-material>=0.4.3
- jupyterlite-core[lab]>=0.2.0,<0.3.0
- jupyterlite-core[lab]>=0.2.0,<0.4.0
12 changes: 6 additions & 6 deletions python/voici-core/packages/voici/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@jupyterlab/outputarea": "^4.0.7",
"@jupyterlab/rendermime": "^4.0.7",
"@jupyterlab/rendermime-extension": "^4.0.7",
"@jupyterlab/services": "^7.0.7",
"@jupyterlab/services": "^7.1.6",
"@jupyterlab/settingregistry": "^4.0.7",
"@jupyterlab/theme-dark-extension": "^4.0.7",
"@jupyterlab/theme-light-extension": "^4.0.7",
"@jupyterlab/translation": "^4.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@jupyterlite/contents": "^0.2.0",
"@jupyterlite/iframe-extension": "^0.2.0",
"@jupyterlite/kernel": "^0.2.0",
"@jupyterlite/server": "^0.2.0",
"@jupyterlite/server-extension": "^0.2.0",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0",
"@jupyterlite/iframe-extension": "^0.2.0 || ^0.3.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0",
"@jupyterlite/server-extension": "^0.2.0 || ^0.3.0",
"@lumino/algorithm": "^2.0.0",
"@lumino/application": "^2.0.0",
"@lumino/commands": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/voici-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
]
dependencies = [
"voila>=0.5.5,<0.6",
"jupyterlite-core>=0.2.0,<0.3.0",
"jupyterlite-core>=0.2.0,<0.4.0",
]
dynamic = [
"version",
Expand Down
Loading

0 comments on commit 9f58830

Please sign in to comment.