imbalanced-learn
imbalanced-learn copied to clipboard
[BUG] Missing python_requires in setup.py
Describe the bug
setup.py:setup doesn't specify required python version via python_requires
which leads to broken installations using pip with for example Python 3.7.
Steps/Code to Reproduce
Run with python 3.7 python -m pip install imbalanced-learn
@gchlebus in the readme.rst they have already mentioned python >=3.8 is required for the installation.
You need Python>=3.8
Added python_requires
in e3f50756cdc5bb57ed225b0a6c52f22a86dcab7a