Open Martin-Molinero opened 8 months ago
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.
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.