Skip to content
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

FR: support pandas 2 #306

Open
siebrenf opened this issue May 2, 2023 · 0 comments
Open

FR: support pandas 2 #306

siebrenf opened this issue May 2, 2023 · 0 comments

Comments

@siebrenf
Copy link
Member

siebrenf commented May 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant