"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "fd2e572e1ebf04131b0c00751be5fb27f5f862e7"
Commit 7f90d813 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: more libs for pyodide

parent a8b92e5e
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';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment