Sam Minot
Sam Minot
What I've been able to learn so far is that the pure python packages are easiest, since they can be installed natively inside Pyodide using micropip. You are right, @wasade,...
FYI: Opened a PR to Pyodide for this purpose (https://github.com/pyodide/pyodide/pull/3858)
It seems that the major blockade to this is the use of `requests` (see https://github.com/pyodide/pyodide/pull/3858#issuecomment-1555844643). @wasade, any chance that `requests` could be pulled out of `scikit-bio`? Or is the `HTTPSource`...
This would be really helpful, thank you @nathanthorpe!