You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plotnine can be installed under Pyodide 314 again. Pyodide 314 vendors statsmodels 0.14.6 and builds it itself, so the requirement that held statsmodels at 0.14.4 under Pyodide left micropip with no wheel to install and it failed with Can't find a pure Python 3 wheel for 'statsmodels<=0.14.4; sys_platform == "emscripten"'. The requirement now admits 0.14.6 there, and still holds at 0.14.4 for the older Pyodide that vendors that version.