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
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.visions 0.7.6 requires pandas>=2.0.0, but you have pandas 1.5.3 which is incompatible.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.
schpl 1.0.5 requires pandas<2,>=1.1.2, but you have pandas 2.2.3 which is incompatible.
Was fixed by pinning scHPL to version 1.0.0 in setup.py
scHPL==1.0.0
might be worth an update.
looks like scHPL updated to require pandas <2.0.0 in Nov 2023 lcmmichielsen/scHPL@fe3e306
The text was updated successfully, but these errors were encountered:
A fresh pip install leads to,
Was fixed by pinning scHPL to version 1.0.0 in setup.py
might be worth an update.
looks like scHPL updated to require pandas <2.0.0 in Nov 2023
lcmmichielsen/scHPL@fe3e306
The text was updated successfully, but these errors were encountered: