Skip to content

Commit

Permalink
pyodide: import all
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 18, 2024
1 parent cd297c4 commit c5503ce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions bindings/pyodide_web_demo/js/pyodide_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,19 @@ async function loadPyodideAndPackages() {
'imgui_bundle', // 9.7 MB (with 3 MB for demos_assets, 6 MB native)
'pillow', // 964 KB

// // For fiatlight below
// // --------------------
// 'requests', // 61KB, For word count demo (we download the Hamlet text)
// 'pandas', // 5.4 MB
// 'matplotlib', // 6.2 MB
// 'opencv-python', // 11 MB
// baseUrl + `/pyodide_dist/fiatlight-0.1.0-py3-none-any.whl`, // 3.5 MB
//
// // For scatter_widget_bundle
// // --------------------------
// "scikit-learn", // 6.3 MB
// "scipy", // 13 MB
// baseUrl + "/pyodide_dist/scatter_widget_bundle-0.1.0-py3-none-any.whl", // 8.3 KB
// For fiatlight below
// --------------------
'requests', // 61KB, For word count demo (we download the Hamlet text)
'pandas', // 5.4 MB
'matplotlib', // 6.2 MB
'opencv-python', // 11 MB
baseUrl + `/pyodide_dist/fiatlight-0.1.0-py3-none-any.whl`, // 3.5 MB

// For scatter_widget_bundle
// --------------------------
"scikit-learn", // 6.3 MB
"scipy", // 13 MB
baseUrl + "/pyodide_dist/scatter_widget_bundle-0.1.0-py3-none-any.whl", // 8.3 KB
];

const totalSteps = packages.length;
Expand Down

0 comments on commit c5503ce

Please sign in to comment.