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

schpl and visions have conflicting pandas requirements #262

Open
galtay-tempus opened this issue Jan 29, 2025 · 0 comments
Open

schpl and visions have conflicting pandas requirements #262

galtay-tempus opened this issue Jan 29, 2025 · 0 comments

Comments

@galtay-tempus
Copy link

galtay-tempus commented Jan 29, 2025

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
lcmmichielsen/scHPL@fe3e306

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