Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
7f90d813
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "fd2e572e1ebf04131b0c00751be5fb27f5f862e7"
Commit
7f90d813
authored
May 18, 2024
by
Timothy J. Baek
Browse files
feat: more libs for pyodide
parent
a8b92e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
scripts/prepare-pyodide.js
scripts/prepare-pyodide.js
+10
-1
No files found.
scripts/prepare-pyodide.js
View file @
7f90d813
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
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment