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
In gimmemotifs.report.py, we use pandas.io.formats.style.Styler.render(). This function has been deprecated and is replaced with pandas.io.formats.style.Styler.to_html(). The new function does not work without tinkering (I tried a while ago and vaguely remember it would take some time, which I don't have).
For now, I've pinned our pandas requirements to >=1.3, <2.
The text was updated successfully, but these errors were encountered:
In
gimmemotifs.report.py
, we usepandas.io.formats.style.Styler.render()
. This function has been deprecated and is replaced withpandas.io.formats.style.Styler.to_html()
. The new function does not work without tinkering (I tried a while ago and vaguely remember it would take some time, which I don't have).For now, I've pinned our pandas requirements to
>=1.3, <2
.The text was updated successfully, but these errors were encountered: