Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Oct 22, 2024
1 parent 823e42c commit 1ee09d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"contentsStorageDrivers": ["asyncStorage"],
"litePluginSettings": {
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
"pyodideUrl": "https://cdn.jsdelivr.net/pyodide/v0.26.3/full/pyodide.js"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core modules (mandatory)
jupyterlite-core==0.4.1 # https://pypi.org/project/jupyterlite-core/#history
jupyterlite-core==0.4.3 # https://pypi.org/project/jupyterlite-core/#history
jupyterlab==4.2.5 # https://pypi.org/project/jupyterlab/#history

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.4.2 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history
jupyterlite-pyodide-kernel==0.4.3 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history

0 comments on commit 1ee09d7

Please sign in to comment.