Closed
Description
Pyodide is a project by Firefox which allows running python code in the browser. It currently allows importing wheels from PyPi, and a number of packages such as numpy, pandas, and matplotlib work in Pyodide. Plotly does not seem to work, at least partly because of its dependency on 'retrying', which hasn't been updated since 2014 and doesn't have a wheel on PyPi (manually generating a wheel doesn't seem to work either).
I want to make the request to replace all usage of 'retrying' in Plotly with the maintained fork 'tenacity'.
Metadata
Metadata
Assignees
Labels
No labels