Skip to content

Commit 02a59c1

Browse files
authored
Allow for JupyterLite 0.4.0 (#193)
1 parent 1fe07f7 commit 02a59c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"docutils",
1717
"jupyter_server",
1818
"jupyterlab_server",
19-
"jupyterlite-core >=0.2,<0.4",
19+
"jupyterlite-core >=0.2,<0.5",
2020
"nbformat",
2121
"sphinx>=4",
2222
]
@@ -29,7 +29,7 @@ dev = [
2929
docs = [
3030
"myst_parser",
3131
"pydata-sphinx-theme",
32-
"jupyterlite-xeus>=0.1.8,<0.2.0",
32+
"jupyterlite-xeus>=0.1.8,<0.3.0",
3333
]
3434

3535
[tool.hatch.version]

0 commit comments

Comments
 (0)