-
-
Notifications
You must be signed in to change notification settings - Fork 25
[WASM] Remove numba and quantecon for WASM lectures #571
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
Conversation
ar1_processes
@mmcky The failure shows that we will need a new release of |
@kp992 just released |
Thanks @mmcky. This looks perfect. |
The CI is green now. This script tests that all the used libraries in the lectures are installable in pyodide. I have skipped 3 files and we can iterate to fix this. |
thanks @kp992 which three are they. The data lectures for |
The first 2 files have some issues while converting |
@mmcky does this look good to be merged now? |
I have updated the |
Merging this to let other PRs build upon it. The error is expected. |
Removes usage of numba and quantecon. Replace quantecon with
quantecon_wasm
. This is related to WASM lecture series since numba is not supported in pyodide.