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
I have the same problem. Furthermore every time I try to work around it, I need to purge my environment of statannotations and start from 0 to get everything working properly. I really don't understand why the versions are such a problem, as the last update of statannotations was released on october 2023 when seaborn was at v 13.0. Yet when i install statnnotations it forciblly removes my existing seaborn and installs v0.11.2 ?
I am also having increasing trouble finding a combination of these libraries that would make the statannotations work. It would be great if the compatibility with recent seaborn releases was fixed, because otherwise I don't see myself using statannotations..
I made it work installing with conda conda install -c conda-forge statannotations
and then downgrading matplotlib to 3.7.3 conda install matplotlib==3.7.3
Note: I actually did with mamba but conda commands should work.
I have tried several different versions of seaborn, pandas, and numpy but I simply do not get it to work.
The requirements.txt states
I am currently trying
When I call
I get
With other versions, I get other errors. How can one make it work again?
Full environment:
The text was updated successfully, but these errors were encountered: