Skip to content

Commit

Permalink
Only preload dependencies within Pyodide's index
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Oct 16, 2024
1 parent 3ec2d8d commit 256d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@jupyterlite/pyodide-kernel-extension:kernel": {
"pyodideUrl": "/static/pyodide/pyodide.js",
"loadPyodideOptions": {
"packages": ["comm", "ipykernel", "packaging", "ipython", "sqlite3", "ssl"]
"packages": ["comm", "packaging", "ipython", "sqlite3", "ssl"]
}
}
},
Expand Down

0 comments on commit 256d28d

Please sign in to comment.