Skip to content

Commit

Permalink
Update worker.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Dec 25, 2024
1 parent fe0d1dc commit bf13ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function loadPyodideAndPackages() {
// @ts-ignore
await self.pyodide.loadPackage(['micropip']);
// @ts-ignore
await self.pyodide.runPython(`import micropip;micropip.install(['dothttp-req-wasm==0.0.43', 'setuptools'])`);
await self.pyodide.runPython(`import micropip;micropip.install(['dothttp-req-wasm==0.0.42', 'setuptools'])`);
// @ts-ignore
await self.pyodide.runPython(loadCode);
self.postMessage(
Expand Down

0 comments on commit bf13ab8

Please sign in to comment.