Skip to content

Commit

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

* dedupe
  • Loading branch information
jtpio authored Jun 17, 2024
1 parent af325a1 commit ee80c7b
Show file tree
Hide file tree
Showing 4 changed files with 16,387 additions and 12,507 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.4.0
- jupyterlite-core[lab]>=0.2.0,<0.5.0
10 changes: 5 additions & 5 deletions python/voici-core/packages/voici/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@jupyterlab/theme-light-extension": "^4.0.7",
"@jupyterlab/translation": "^4.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@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",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/iframe-extension": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/server-extension": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.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.4.0",
"jupyterlite-core>=0.2.0,<0.5.0",
]
dynamic = [
"version",
Expand Down
Loading

0 comments on commit ee80c7b

Please sign in to comment.