Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Sep 26, 2024
1 parent f91e3d5 commit 037c969
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion skrub-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function startPyodide() {
await self.pyodide.loadPackage("micropip");
const micropip = self.pyodide.pyimport("micropip");
await micropip.install(["pandas", "fastparquet", "matplotlib",
"skrub-0.3.0-py3-none-any.whl?__skrub_XXXX__",
"skrub-0.3.1-py3-none-any.whl?__skrub_XXXX__",
"clevercsv-0.8.2-cp312-cp312-pyodide_2024_0_wasm32.whl"
]);
await pyodide.runPython(`
Expand Down
2 changes: 1 addition & 1 deletion skrub.whl

0 comments on commit 037c969

Please sign in to comment.