Skip to content

Commit

Permalink
install skrub from pyPI not from local wheel anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Nov 28, 2024
1 parent ab4e330 commit 7d7627c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Binary file removed skrub-0.3.1-py3-none-any.whl
Binary file not shown.
Binary file removed skrub-0.4.dev0-py3-none-any.whl
Binary file not shown.
6 changes: 2 additions & 4 deletions skrub-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ async function startPyodide() {
self.pyodide = await loadPyodide();
await self.pyodide.loadPackage("micropip");
const micropip = self.pyodide.pyimport("micropip");
await micropip.install(["pandas", "fastparquet", "matplotlib",
"skrub-0.4.dev0-py3-none-any.whl?__skrub_XXXX__",
"clevercsv-0.8.2-cp312-cp312-pyodide_2024_0_wasm32.whl"
]);
await micropip.install(["pandas", "fastparquet", "matplotlib", "skrub",
"clevercsv-0.8.2-cp312-cp312-pyodide_2024_0_wasm32.whl"]);
await pyodide.runPython(`
import io
import os
Expand Down
1 change: 0 additions & 1 deletion skrub.whl

This file was deleted.

0 comments on commit 7d7627c

Please sign in to comment.