Skip to content

Commit

Permalink
feat: more libs for pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed May 18, 2024
1 parent a8b92e5 commit 7f90d81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/prepare-pyodide.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
const packages = ['requests', 'beautifulsoup4', 'numpy', 'pandas', 'matplotlib'];
const packages = [
'requests',
'beautifulsoup4',
'numpy',
'pandas',
'matplotlib',
'scikit-learn',
'scipy',
'regex'
];

import { loadPyodide } from 'pyodide';
import { writeFile, copyFile, readdir } from 'fs/promises';
Expand Down

0 comments on commit 7f90d81

Please sign in to comment.