Re-enable Pyodide nightly wheel uploads, and bump Pyodide version/ABI to build against#7931
Merged
stefanv merged 12 commits intoscikit-image:mainfrom Nov 10, 2025
Merged
Conversation
Contributor
Author
|
Tha test failure is just a warning to be ignored, coming from here: https://github.com/joblib/threadpoolctl/blob/1b35392f49e6486567165808e3a4d72d14b07940/threadpoolctl.py#L1135 The new API to use is https://pyodide.org/en/stable/usage/api/python-api/ffi.html#pyodide.ffi.JsProxy.as_py_json. I am working on a PR to |
lagru
reviewed
Nov 6, 2025
lagru
reviewed
Nov 6, 2025
5 tasks
stefanv
approved these changes
Nov 10, 2025
Member
|
Thank you @agriyakhetarpal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR bumps the Pyodide version to v0.29 (see https://blog.pyodide.org/posts/0.29-release, https://github.com/pyodide/pyodide/releases/tag/0.29.0), the pyodide-build version to the latest available at the time of writing (v0.30.8), Emscripten to v4.0.9, and re-enables uploads of Pyodide wheels to the Anaconda.org SPNW index.
This is a prerequisite to #7644. cc: @lagru, @lesteve.
Thank you for your time!
Checklist
./doc/examplesfor new featuresRelease note
For maintainers and optionally contributors, please refer to the instructions on how to document this PR for the release notes.