scarches icon indicating copy to clipboard operation
scarches copied to clipboard

schpl and visions have conflicting pandas requirements

Open galtay-tempus opened this issue 1 year ago • 0 comments

A fresh pip install leads to,

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 https://github.com/lcmmichielsen/scHPL/commit/fe3e3066576adbfeefff4a9dcb4fb04827ade5f4

galtay-tempus avatar Jan 29 '25 00:01 galtay-tempus