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 am trying to add statistical annotation on a boxplot I generated with scanpy but I get those errors :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
scanpy 1.10.2 requires seaborn>=0.13, but you have seaborn 0.11.2 which is incompatible.
So I upgraded seaborn
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
statannotations 0.6.0 requires seaborn<0.12,>=0.9.0, but you have seaborn 0.13.0 which is incompatible.
How do I solve that ?
Best regards,
Lionel Lenoir
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to add statistical annotation on a boxplot I generated with scanpy but I get those errors :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
scanpy 1.10.2 requires seaborn>=0.13, but you have seaborn 0.11.2 which is incompatible.
So I upgraded seaborn
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
statannotations 0.6.0 requires seaborn<0.12,>=0.9.0, but you have seaborn 0.13.0 which is incompatible.
How do I solve that ?
Best regards,
Lionel Lenoir
The text was updated successfully, but these errors were encountered: