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

pandas >2 support #76

Open
Martin-Molinero opened this issue Mar 18, 2024 · 2 comments
Open

pandas >2 support #76

Martin-Molinero opened this issue Mar 18, 2024 · 2 comments

Comments

@Martin-Molinero
Copy link

  • Request for pandas >2 support
@ebachUTSA
Copy link

FYI, you can get it to work with pandas > 2. After pip installing ppscore, just reinstall pandas with pip using the --upgrade option. Then make sure you also install setuptools with the --upgrade option. It should then run without the pkg warning.

@nriemenschneider
Copy link

I'm using Python 12.5, for me it is impossible to install an older version of pandas without the Microsoft Visual C++ builder. Which is 6GB...

My workaround is simply downloading/forking the repo and removing the 2.0.0 upper limit on pandas and scikit-learn in the requirements.txt, and pip install from local folder or git repo. However, this is unsatisfactory.

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

3 participants