Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace PYODIDE_PACKAGE_ABI with PYODIDE #28880

Merged
merged 2 commits into from Apr 24, 2024

Conversation

ryanking13
Copy link
Contributor

What does this implement/fix? Explain your changes.

Pyodide is planning to remove the PYODIDE_PACKAGE_ABI env variable. This variable has been deprecated for a very long time. This PR replaces all appearance of PYODIDE_PACKAGE_ABI with PYODIDE env variable, which Pyodide now recommends when checking if the build is targeting Pyodide.

Copy link

github-actions bot commented Apr 24, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 24a15e7. Link to the linter CI: here

Copy link
Member

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, it seems to be the case since pyodide 0.17.0 (last release is 0.25.1 at the time of writing) according to:

https://pyodide.org/en/stable/project/changelog.html#id52

I pushed an empty commit to trigger the pyodide CI on this PR. Assuming it's green, LGTM.

/cc @lesteve

@ogrisel
Copy link
Member

ogrisel commented Apr 24, 2024

BTW, the ubuntu_atlas failure is unrelated.

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ryanking13

@jeremiedbb jeremiedbb merged commit 684e499 into scikit-learn:main Apr 24, 2024
31 checks passed
@ryanking13 ryanking13 deleted the deprecated-pyodide branch April 25, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants