Skip to content

Commit 44c8f16

Browse files
committed
chore: bump JupyterLite
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent b162ef5 commit 44c8f16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

noxfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
@nox.session(reuse_venv=True)
1717
def pyodide(session: nox.Session) -> None:
1818
session.install(
19-
"jupyterlite-core==0.4.1",
20-
"jupyterlab~=4.2.5",
21-
"notebook~=7.2.2",
22-
"jupyterlite-pyodide-kernel==0.4.2",
19+
"jupyterlite-core~=0.6.2",
20+
"jupyterlab~=4.4.3",
21+
"notebook~=7.4.3",
22+
"jupyterlite-pyodide-kernel~=0.6.1",
2323
)
2424
session.run("jupyter", "lite", "init")
2525
session.run("jupyter", "lite", "build", "--contents=content")

0 commit comments

Comments
 (0)