Gyeongjae Choi
Gyeongjae Choi
> [scikit-learn v1.4.2](https://github.com/scikit-learn/scikit-learn/releases/tag/1.4.2) was the first one to include support for NumPy v2.0.0, but we already have v1.5.0 in the main branch. Should I bump it to the latest release...
> Should we run make -C packages update-all with this PR to be on the safer side, or would that be too much work and better pursued in a separate...
Agriya is leading this PR but he was a bit busy these days. I'll start looking at the build issue too maybe from next week.
I opened a PR in your branch to fix the type definition issue (https://github.com/agriyakhetarpal/pyodide/pull/1). I haven't run the full scipy test suite, but I was able to build scipy locally.
Thanks for the suggestion. It would be great if you try passing OffscreenCanvas to `setCanvas2d` and let us know what happens.
Thanks for the report. PR welcome.
Closing as resolved
FYI, as you already successfully built this wheel out-of-tree, it is possible to just use the built wheel here, instead of rebuilding it. See the [duckdb](https://github.com/pyodide/pyodide/blob/73bcf49a3d4fb5a380e8aac7f59951ead5525017/packages/duckdb/meta.yaml#L7) example. I would strongly...
> Ok, maybe I can ask directly if the maintainers of pikepdf are ok with adding a pyodide build step to their workflow. Otherwise I can set it up correctly...
> On second thought, maybe it's easier to have the build step directly in Pyodide? Building everything in Pyodide in-tree is easy, but we now have too many packages in...