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

fix: pyodide build issues #830

Merged
merged 5 commits into from
Apr 4, 2024
Merged

fix: pyodide build issues #830

merged 5 commits into from
Apr 4, 2024

Conversation

peter-gy
Copy link
Collaborator

@peter-gy peter-gy commented Apr 4, 2024

Our custom Pydantic recipe caused issues. We had to introduce it in #744, as at the time Pyodide did not maintain a Pydantic 2.0 compatible recipe. rust-lang/rust#117372 happened, leading to Pyodide build errors of our outdated custom Pydantic recipe.

The issue is resolved by removing our custom recipes of pyodide_core and pyodide. From now on, these will be resolved from the official Pyodide repo source.

This PR also bumps the Pyodide version of altair and clingo as well as Pyodide itself.

Closes #825

@peter-gy peter-gy changed the title fix:pyodide build issues fix: pyodide build issues Apr 4, 2024
@peter-gy peter-gy requested a review from domoritz April 4, 2024 13:13
Copy link
Member

@domoritz domoritz left a comment

Choose a reason for hiding this comment

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

Sweet. Thanks!

@peter-gy peter-gy enabled auto-merge (squash) April 4, 2024 13:20
@peter-gy peter-gy merged commit 9f88475 into main Apr 4, 2024
12 of 13 checks passed
@peter-gy peter-gy deleted the fix/pyodide-build-issues branch April 4, 2024 13:23
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.

Pyodide build is failing
2 participants