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
The Notebooks have been imported and JupyterLite runs (see here) however its not currently possible to install and load TopoStats because it has a dependency on numpy>=1.26.0 and numpy<2.0.0 and currently pyodide only provides numpy-1.25.2 (earlier versions may be available).
I've requested an updated version of Numpy (see pyodide : Issue 4213) and will attempt to build myself.
The text was updated successfully, but these errors were encountered:
There is now an updated build of numpy available in pyodide (see PR#4240).
However on loading this results in a complaint about ruamel-yaml-clib which has seen some discussion here.
Setting deps=False when installing ruamel-yaml worked too....which led to the next blocker which was that a particular version of Matplotlib couldn't be installed.
The Notebooks have been imported and JupyterLite runs (see here) however its not currently possible to install and load TopoStats because it has a dependency on
numpy>=1.26.0
andnumpy<2.0.0
and currently pyodide only providesnumpy-1.25.2
(earlier versions may be available).I've requested an updated version of Numpy (see pyodide : Issue 4213) and will attempt to build myself.
The text was updated successfully, but these errors were encountered: