mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
This makes the required changes to use Pyodide and Python packages offline and use a fixed version of the Python packages instead of fetching the latest from PyPI. There were a number of issues encountered with Pyodide webpack compatibility that were fixed using `yarn patch`: - https://github.com/pyodide/pyodide/pull/3080 - https://github.com/pyodide/pyodide/pull/3085 - https://github.com/pyodide/pyodide/issues/3086 - https://github.com/pyodide/pyodide/issues/3087 Issue: https://github.com/pybricks/pybricks-code/issues/932